[pLog-svn] r3612 - plog/trunk/templates/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Sun Jun 18 17:20:40 GMT 2006


Author: mark
Date: 2006-06-18 17:20:40 +0000 (Sun, 18 Jun 2006)
New Revision: 3612

Modified:
   plog/trunk/templates/admin/editposts.template
Log:
Align the massive option to the right side.

Modified: plog/trunk/templates/admin/editposts.template
===================================================================
--- plog/trunk/templates/admin/editposts.template	2006-06-18 17:16:17 UTC (rev 3611)
+++ plog/trunk/templates/admin/editposts.template	2006-06-18 17:20:40 UTC (rev 3612)
@@ -169,7 +169,7 @@
             {include file="$admintemplatepath/adminpager.template" style=list}
             <input type="button" name="delete" value="{$locale->tr("delete")}" class="submit" onClick="javascript:submitPostsList('deletePosts');" />
             <input type="hidden" name="op" value="" />
-            <div id="massiveChangeOption" style="display: none; text-align: left;">
+            <div id="massiveChangeOption" style="display: none">
                 <fieldset>
                 <legend>{$locale->tr("massive_change_option")}</legend>            
 		            <label for="postStatus">{$locale->tr("status")}</label>



More information about the pLog-svn mailing list