move beginbox & endbox to box_* so we can tidy up our static/t/ directory a little...
[citadel.git] / webcit / static / t / sieve / add.html
index 897f6dd01bb619ee874c5cac99b443d75454e92e..51c1f39714ac5b3d9bd58d6c42bd9ec546ee8290 100644 (file)
@@ -7,7 +7,7 @@
        <?SIEVE:MESSAGE>
 
        <table border=0 cellspacing=10><tr valign=top><td>
-               <?=("beginbox_1")><?_("Add a new script")><?=("beginbox_2")>
+               <?=("box_begin_1")><?_("Add a new script")><?=("box_begin_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">
                                <?_("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")>
+               <?=("box_end")>
+               <?=("box_begin_1")><?_("Edit scripts")><?=("box_begin_2")>
                        <br><div align="center">
                        <a href="display_sieve"><?_("Return to the script editing screen")></a><br><br>
-               <?=("endbox")>
+               <?=("box_end")>
        </td><td>
-               <?=("beginbox_1")><?_("Delete scripts")><?=("beginbox_2")>
+               <?=("box_begin_1")><?_("Delete scripts")><?=("box_begin_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">
@@ -29,4 +29,4 @@
                        <select name="script_name" size=10 style="width:100%%">
                                <?ITERATE("SIEVE:SCRIPTS", ="sieve_script_select")>
                        </select>
-               <?=("endbox")>
+               <?=("box_end")>