[geeklog-cvs] geeklog: Fix display issue in "batchdelete.thtml" template from ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Jan 23 05:24:08 EST 2011


changeset 8068:31b690b2467b
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/31b690b2467b
user: Rouslan Placella <rouslan at placella.com>
date: Sat Jan 15 01:16:47 2011 +0000
description:
Fix display issue in "batchdelete.thtml" template from the Calendar plugin

diffstat:

 plugins/calendar/templates/admin/batchdelete.thtml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r 924f427aa9fd -r 31b690b2467b plugins/calendar/templates/admin/batchdelete.thtml
--- a/plugins/calendar/templates/admin/batchdelete.thtml	Mon Jan 17 15:29:39 2011 +0000
+++ b/plugins/calendar/templates/admin/batchdelete.thtml	Sat Jan 15 01:16:47 2011 +0000
@@ -1,5 +1,5 @@
 <form style="display:inline" action="{site_admin_url}/plugins/calendar/index.php?mode=batchdelete" method="post">
-    <div>
+    <div style="display: inline;">
         <input type="hidden" name="mode" value="batchdelete"{xhtml}>
         <input type="hidden" name="usr_time" value="{usr_time}"{xhtml}>
         {lang_text_start} <input class="aligncenter" type="text" name="usr_time" value="{usr_time}" size="3"{xhtml}>{lang_text_end}<br{xhtml}>



More information about the geeklog-cvs mailing list