Mantis 3660: Sogo - 104 - composition de messages en HTML - "Placement de la réponse après la citation"

Monotone-Parent: 44a5709167b1e665fbba7b3e8f30b4e8796d21b2
Monotone-Revision: 3665058235c9d303e295671add1811764b128816

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-09-10T18:19:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-09-10 18:19:12 +00:00
parent a30d27177f
commit 91b2623d6f

View File

@@ -56,6 +56,15 @@ function initPreferences() {
resetTableActions ();
$("categoryAdd").observe ("click", onCategoryAdd);
$("categoryDelete").observe ("click", onCategoryDelete);
// Disable placement (after) if composing in HTML
if ($("composeMessagesType")) {
if ($("composeMessagesType").value == 1) {
$("replyPlacementList").selectedIndex = 0;
$("replyPlacementList").disabled = 1;
onReplyPlacementListChange ();
}
}
}
function resetTableActions() {