[pLog-svn] r6339 - templates/branches/lifetype-1.2/greenmarinee

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Apr 28 10:36:32 EDT 2008


Author: jondaley
Date: 2008-04-28 10:36:32 -0400 (Mon, 28 Apr 2008)
New Revision: 6339

Modified:
   templates/branches/lifetype-1.2/greenmarinee/panel.template
   templates/branches/lifetype-1.2/greenmarinee/style.css
Log:
removed link to search.gif since it doesn't exist.  Added class to submit button, since I think that's what they meant

Modified: templates/branches/lifetype-1.2/greenmarinee/panel.template
===================================================================
--- templates/branches/lifetype-1.2/greenmarinee/panel.template	2008-04-28 14:31:52 UTC (rev 6338)
+++ templates/branches/lifetype-1.2/greenmarinee/panel.template	2008-04-28 14:36:32 UTC (rev 6339)
@@ -21,7 +21,7 @@
          <input type="text" name="searchTerms" value="" />
          <input type="hidden" name="op" value="Search" />
          <input type="hidden" name="blogId" value="{$blog->getId()}"/>   
-         <input type="submit" name="Search" 
+         <input class="submit" type="submit" name="Search" 
 			  value="{$locale->tr("search")}" />
        </div>
      </form>

Modified: templates/branches/lifetype-1.2/greenmarinee/style.css
===================================================================
--- templates/branches/lifetype-1.2/greenmarinee/style.css	2008-04-28 14:31:52 UTC (rev 6338)
+++ templates/branches/lifetype-1.2/greenmarinee/style.css	2008-04-28 14:36:32 UTC (rev 6339)
@@ -354,7 +354,6 @@
 	}
 	
 #search {
-	background: url(images/search.gif) no-repeat;
 	height: 56px;
 	margin: 0 auto;
 	padding-top: 22px;



More information about the pLog-svn mailing list