[pLog-svn] r1507 - templates/trunk/minitemplate

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Mar 15 05:07:25 GMT 2005


Author: jondaley
Date: 2005-03-15 05:07:24 +0000 (Tue, 15 Mar 2005)
New Revision: 1507

Modified:
   templates/trunk/minitemplate/sidebar.template
Log:
set search width, so it doesn't go outside box

Modified: templates/trunk/minitemplate/sidebar.template
===================================================================
--- templates/trunk/minitemplate/sidebar.template	2005-03-15 05:07:04 UTC (rev 1506)
+++ templates/trunk/minitemplate/sidebar.template	2005-03-15 05:07:24 UTC (rev 1507)
@@ -5,7 +5,7 @@
 			<legend class="SideDimTitle">{$locale->tr("search")}</legend>
 			<form id="search_form" method="post" action="{$url->getIndexUrl()}">
 			<div>
-			<label for="searchTerms"><input type="text" id="searchTerms" name="searchTerms" value="" /></label>
+			<label for="searchTerms"><input size=15 type="text" id="searchTerms" name="searchTerms" value="" /></label>
 			<input type="submit" name="Search" value="{$locale->tr("search_s")}" class="button" />
 			<input type="hidden" name="op" value="Search" />
 			<input type="hidden" name="blogId" value="{$blog->getId()}" />   
@@ -137,4 +137,4 @@
 	<a href="{$url->getUrl("/admin.php")}" target="_blank">
 	<img src="{$url->getTemplateFile("img/manage.gif")}"  alt="manage blog" /></a>
 
-</div>
\ No newline at end of file
+</div>




More information about the pLog-svn mailing list