Changeset 26757


Ignore:
Timestamp:
Jan 15, 2014, 7:22:26 PM (10 years ago)
Author:
flop25
Message:

Smartpocket : language files added and tpl corrected/cleaned up

Location:
trunk/themes/smartpocket
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/smartpocket/admin/admin.tpl

    r25753 r26757  
    2828
    2929      <li><label>
    30         <span class="property">{'Loop the slideshow'|translate}</span>&nbsp;
     30        <span class="property">{'Loop the slideshow'|@translate}</span>&nbsp;
    3131        <span class="graphicalCheckbox icon-check{if not $options.loop}-empty{/if}">&nbsp;</span>
    3232        <input type="checkbox" name="loop"{if $options.loop} checked="checked"{/if}>
     
    3434
    3535      <li><label>
    36         <span class="property">{'Autohide the bar of the slideshow'|translate}</span>&nbsp;
     36        <span class="property">{'Autohide the bar of the slideshow'|@translate}</span>&nbsp;
    3737        <span class="graphicalCheckbox icon-check{if $options.autohide != 5000}-empty{/if}">&nbsp;</span>
    3838        <input type="checkbox" name="autohide"{if $options.autohide == 5000} checked="checked"{/if}>
  • trunk/themes/smartpocket/template/comments.tpl

    r23713 r26757  
    11{include file='infos_errors.tpl'}
    22<div data-role="content">
    3 {**{if isset($MENUBAR)}{$MENUBAR}{/if}
    4 <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
    5 
    6 <div class="titrePage">
    7         <ul class="categoryActions">
    8         </ul>
    9         <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'User comments'|@translate}</h2>
    10 </div>
    11 
    12 {include file='infos_errors.tpl'}
    13 
    14 <form class="filter" action="{$F_ACTION}" method="get">
    15 
    16   <fieldset>
    17     <legend>{'Filter'|@translate}</legend>
    18 
    19     <label>{'Keyword'|@translate}<input type="text" name="keyword" value="{$F_KEYWORD}"></label>
    20 
    21     <label>{'Author'|@translate}<input type="text" name="author" value="{$F_AUTHOR}"></label>
    22 
    23     <label>
    24       {'Album'|@translate}
    25       <select name="cat">
    26         <option value="0">------------</option>
    27         {html_options options=$categories selected=$categories_selected}
    28       </select>
    29     </label>
    30 
    31     <label>
    32       {'Since'|@translate}
    33       <select name="since">
    34         {html_options options=$since_options selected=$since_options_selected}
    35       </select>
    36     </label>
    37 
    38   </fieldset>
    39 
    40   <fieldset>
    41 
    42     <legend>{'Display'|@translate}</legend>
    43 
    44     <label>
    45       {'Sort by'|@translate}
    46       <select name="sort_by">
    47         {html_options options=$sort_by_options selected=$sort_by_options_selected}
    48       </select>
    49     </label>
    50 
    51     <label>
    52       {'Sort order'|@translate}
    53       <select name="sort_order">
    54         {html_options options=$sort_order_options selected=$sort_order_options_selected}
    55       </select>
    56     </label>
    57 
    58     <label>
    59       {'Number of items'|@translate}
    60       <select name="items_number">
    61         {html_options options=$item_number_options selected=$item_number_options_selected}
    62       </select>
    63     </label>
    64 
    65   </fieldset>
    66 
    67   <p><input type="submit" value="{'Filter and display'|@translate}"></p>
    68 
    69 </form>
    70 
    71 {if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}**}
    723
    734{if isset($comments)}
Note: See TracChangeset for help on using the changeset viewer.