aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/search.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-03-20 00:35:36 +0000
committerrvelices <rv-github@modusoptimus.com>2008-03-20 00:35:36 +0000
commitf12f0026fcdf791fbd2300cd23c1f14d0a547e3a (patch)
tree0011dc333f69b062b338d33e488299fda6cbd7d4 /template/yoga/search.tpl
parentcab98df7768729895771aa072ccc35bc8774e6cb (diff)
- admin/notification_by_mail goes smarty - THE LAST ONE :-) :-)
- get rid of user_list warnings - some code reorganisation in template class + explode modifier - minor template and language changes in search.tpl and cat_modify.tpl git-svn-id: http://piwigo.org/svn/trunk@2286 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/search.tpl')
-rw-r--r--template/yoga/search.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl
index dc22315a3..90fe76420 100644
--- a/template/yoga/search.tpl
+++ b/template/yoga/search.tpl
@@ -3,8 +3,8 @@
<div class="titrePage">
<ul class="categoryActions">
- <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/help.png" class="button" alt="(?)"></a></li>
- <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}" rel="home"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/></a></li>
+ <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/help.png" class="button" alt="(?)"></a></li>
+ <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}" rel="home"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/></a></li>
</ul>
<h2>{'Search'|@translate}</h2>
</div>
@@ -106,16 +106,16 @@
<ul>
<li><label>{'search_subcats_included'|@translate}</label></li>
<li><label>
- <input type="radio" name="subcats-included" value="1" checked="checked" />{'yes'|@translate}
+ <input type="radio" name="subcats-included" value="1" checked="checked" />{'Yes'|@translate}
</label></li>
<li><label>
- <input type="radio" name="subcats-included" value="0" />{'no'|@translate}
+ <input type="radio" name="subcats-included" value="0" />{'No'|@translate}
</label></li>
</ul>
</fieldset>
<p>
- <input class="submit" type="submit" name="submit" value="{'submit'|@translate}" />
- <input class="submit" type="reset" value="{'reset'|@translate}" />
+ <input class="submit" type="submit" name="submit" value="{'Submit'|@translate}" />
+ <input class="submit" type="reset" value="{'Reset'|@translate}" />
</p>
</form>