changed icon and indented lines
authorthe_mgt <themgt@ueberserver.de>
Sun, 3 Jul 2011 00:57:15 +0000 (02:57 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:24:33 +0000 (21:24 +0000)
are there no closing tags for the table/content div on purpose?

webcit/static/t/sieve/add.html

index 9eea08e86a11de400e91cff7bb78df4388060146..897f6dd01bb619ee874c5cac99b443d75454e92e 100644 (file)
@@ -1,32 +1,32 @@
 <div id="banner">
-<img src="static/advanpage2_48x.gif">
-<?_("Add or delete scripts")>
-</h1>
+       <img src="static/webcit_icons/essen/32x32/config.png">
+       <h1><?_("Add or delete scripts")></h1>
 </div>
        
 <div id="content" class="service">
-<?SIEVE:MESSAGE>
+       <?SIEVE:MESSAGE>
 
-<table border=0 cellspacing=10><tr valign=top><td>
-<?=("beginbox_1")> <?_("Add a new script")><?=("beginbox_2")>
-<?_("To create a new script, enter the desired script name in the box below and click 'Create'.")>
-<br><br>
-
-<center><form method="POST" action="create_script">
-<input type="hidden" name="nonce" value="<?NONCE>">
-<?_("Script name: ")>
-<input type="text" name="script_name"><br>
-<input type="submit" name="create_button" value='<?_("Create")>'></form></center>
-<?=("endbox")>
-<?=("beginbox_1")><?_("Edit scripts")><?=("beginbox_2")>
-<br><div align=center><a href="display_sieve"><?_("Return to the script editing screen")></a><br><br>
-<?=("endbox")>
-</td><td>
-<?=("beginbox_1")><?_("Delete scripts")><?=("beginbox_2")>
-<?_("To delete an existing script, select the script name from the list and click 'Delete'.")>
-<br><br>
-<center><form method="POST" action="delete_script">
-<input type="hidden" name="nonce" value="<?NONCE>">
-<select name="script_name" size=10 style="width:100%%">
-<?ITERATE("SIEVE:SCRIPTS", ="sieve_script_select")>
-</select>
+       <table border=0 cellspacing=10><tr valign=top><td>
+               <?=("beginbox_1")><?_("Add a new script")><?=("beginbox_2")>
+                       <?_("To create a new script, enter the desired script name in the box below and click 'Create'.")>
+                       <br><br>
+                       <center><form method="POST" action="create_script">
+                               <input type="hidden" name="nonce" value="<?NONCE>">
+                               <?_("Script name: ")>
+                               <input type="text" name="script_name"><br>
+                               <input type="submit" name="create_button" value='<?_("Create")>'></form></center>
+               <?=("endbox")>
+               <?=("beginbox_1")><?_("Edit scripts")><?=("beginbox_2")>
+                       <br><div align="center">
+                       <a href="display_sieve"><?_("Return to the script editing screen")></a><br><br>
+               <?=("endbox")>
+       </td><td>
+               <?=("beginbox_1")><?_("Delete scripts")><?=("beginbox_2")>
+                       <?_("To delete an existing script, select the script name from the list and click 'Delete'.")>
+                       <br><br>
+                       <center><form method="POST" action="delete_script">
+                       <input type="hidden" name="nonce" value="<?NONCE>">
+                       <select name="script_name" size=10 style="width:100%%">
+                               <?ITERATE("SIEVE:SCRIPTS", ="sieve_script_select")>
+                       </select>
+               <?=("endbox")>