diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-22 09:13:18 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-22 09:13:18 +0000 |
commit | fee818cc49931e95004688ee7899d71c85c6a9c2 (patch) | |
tree | 7f3abdc771fe46f4a5728aebd52dfe9fc2429029 /template/yoga/search.tpl | |
parent | 8fff5ceb05901d007de0abd14cb350528b6b4d54 (diff) |
- merge trunk r1252:1253 into branch 1.6 (template)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1254 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/search.tpl | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl index 0531bcb35..c43305c17 100644 --- a/template/yoga/search.tpl +++ b/template/yoga/search.tpl @@ -1,3 +1,4 @@ +<!-- $Id$ --> <div id="content"> <div class="titrePage"> @@ -19,7 +20,7 @@ </ul> </div> <!-- END errors --> -<table width="100%" align="center" cellpadding="2"> +<table width="100%" cellpadding="2"> <tr> <td width="50%" colspan="2"><b>{lang:search_keywords} : </b> <td colspan="2" valign="top"> @@ -116,28 +117,6 @@ <input type="radio" name="sd" value="d" checked="checked" />{lang:search_descending} </td> </tr> -<!-- <tr> - <td width="25%" nowrap="nowrap"><b>{L_SEARCH_WITHIN} : </b></td> - <td width="25%" nowrap="nowrap"> - <input type="radio" name="search_fields" value="all" checked="checked" />{L_SEARCH_ALL}<br /> - <input type="radio" name="search_fields" value="imgonly" />{L_SEARCH_IMG_ONLY}<br /> - <input type="radio" name="search_fields" value="commentsonly" />{L_SEARCH_COMMENTS_ONLY} - </td> - </tr> - <tr> - <td><b>{lang:search_sort} : </b></td> - <td nowrap="nowrap"> - {S_SELECT_SORT_KEY}<br /> - <input type="radio" name="sd" value="a" />{lang:search_ascending}<br /> - <input type="radio" name="sd" value="d" checked="checked" />{lang:search_descending} - </td> - <td nowrap="nowrap"><b>{L_DISPLAY_RESULTS} : </b></td> - <td nowrap="nowrap"> - <input type="radio" name="show_results" value="images" checked="checked" />{L_IMAGES} - <input type="radio" name="show_results" value="comments" /> {L_COMMENTS} - </td> - </tr> - --> <tr> <td align="center" valign="bottom" colspan="4" height="38"> <input type="submit" name="submit" value="{lang:submit}" class="bouton" /> |