Changeset 28732 for trunk/themes
- Timestamp:
- Jun 19, 2014, 10:14:38 AM (10 years ago)
- Location:
- trunk/themes/default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/default/template/search.tpl
r28710 r28732 52 52 <legend>{'Search for Author'|@translate}</legend> 53 53 <p> 54 <select id="authors" placeholder="{'Type in a search term'|translate}" name="authors[]" multiple style="width:500px;">54 <select id="authors" placeholder="{'Type in a search term'|translate}" name="authors[]" multiple> 55 55 {foreach from=$AUTHORS item=author} 56 56 <option value="{$author.author|strip_tags:false|escape:html}">{$author.author|strip_tags:false} ({$author.counter|translate_dec:'%d photo':'%d photos'})</option> … … 64 64 <legend>{'Search tags'|@translate}</legend> 65 65 <p> 66 <select id="tags" placeholder="{'Type in a search term'|translate}" name="tags[]" multiple style="width:500px;">66 <select id="tags" placeholder="{'Type in a search term'|translate}" name="tags[]" multiple> 67 67 {foreach from=$TAGS item=tag} 68 68 <option value="{$tag.id}">{$tag.name} ({$tag.counter|translate_dec:'%d photo':'%d photos'})</option> -
trunk/themes/default/theme.css
r28715 r28732 537 537 } 538 538 539 .filter input[name="search_allwords"] {539 .filter input[name="search_allwords"], .filter #authors, .filter #tags { 540 540 width:500px; 541 541 }
Note: See TracChangeset
for help on using the changeset viewer.