mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user