|
From: OryNider <ory...@us...> - 2008-02-03 20:21:30
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11869 Modified Files: Tag: core28x overall_header_navigation.tpl overall_header_phpbb.tpl Log Message: Search Index: overall_header_phpbb.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/Attic/overall_header_phpbb.tpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** overall_header_phpbb.tpl 27 Dec 2007 19:42:05 -0000 1.1.2.1 --- overall_header_phpbb.tpl 3 Feb 2008 20:21:07 -0000 1.1.2.2 *************** *** 161,165 **** <input type="hidden" name="search_fields" value="all"> <input type="hidden" name="show_results" value="topics"> ! <input class="mainoption" type="submit" value="Search"> </form> </td> --- 161,165 ---- <input type="hidden" name="search_fields" value="all"> <input type="hidden" name="show_results" value="topics"> ! <input class="mainoption" type="submit" value="{L_SEARCH}"> </form> </td> Index: overall_header_navigation.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/overall_header_navigation.tpl,v retrieving revision 1.7.2.1 retrieving revision 1.7.2.2 diff -C2 -d -r1.7.2.1 -r1.7.2.2 *** overall_header_navigation.tpl 27 Dec 2007 19:42:05 -0000 1.7.2.1 --- overall_header_navigation.tpl 3 Feb 2008 20:21:07 -0000 1.7.2.2 *************** *** 140,144 **** <input type="hidden" name="search_fields" value="all"> <input type="hidden" name="show_results" value="topics"> ! <input class="mainoption" type="submit" value="Search"> </form> </td> --- 140,144 ---- <input type="hidden" name="search_fields" value="all"> <input type="hidden" name="show_results" value="topics"> ! <input class="mainoption" type="submit" value="{L_SEARCH}"> </form> </td> |