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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jun 22 20:55:32 GMT 2006


Author: oscar
Date: 2006-06-22 20:55:32 +0000 (Thu, 22 Jun 2006)
New Revision: 3641

Modified:
   plog/trunk/templates/admin/edittrackbacks.template
Log:
for whatever reason the 'bulk edit' options were aligned to the left instead of to the right as everywhere else


Modified: plog/trunk/templates/admin/edittrackbacks.template
===================================================================
--- plog/trunk/templates/admin/edittrackbacks.template	2006-06-22 20:46:15 UTC (rev 3640)
+++ plog/trunk/templates/admin/edittrackbacks.template	2006-06-22 20:55:32 UTC (rev 3641)
@@ -125,7 +125,7 @@
 			<input type="hidden" name="articleId" value="{if $post}{$post->getId()}{else}0{/if}" />
             <input type="button" name="delete" value="{$locale->tr("delete")}" class="submit" onClick="javascript:submitTrackbacksList('deleteTrackbacks');" />
             <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="trackbackStatus">{$locale->tr("status")}</label>



More information about the pLog-svn mailing list