[pLog-svn] r5330 - templates/branches/lifetype-1.2/rubric

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Apr 21 13:02:28 EDT 2007


Author: oscar
Date: 2007-04-21 13:02:28 -0400 (Sat, 21 Apr 2007)
New Revision: 5330

Modified:
   templates/branches/lifetype-1.2/rubric/panel.template
Log:
Added the missing "search" button

Modified: templates/branches/lifetype-1.2/rubric/panel.template
===================================================================
--- templates/branches/lifetype-1.2/rubric/panel.template	2007-04-21 12:33:45 UTC (rev 5329)
+++ templates/branches/lifetype-1.2/rubric/panel.template	2007-04-21 17:02:28 UTC (rev 5330)
@@ -5,6 +5,7 @@
 	   <form name="search_form" method="post"
 	   	      action="{$url->getIndexUrl()}">
 	      <input type="text" name="searchTerms" value="" size="14" /><br/>
+	 	  <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()}"/>
    </form>



More information about the pLog-svn mailing list