Ignore:
Timestamp:
Nov 24, 2013, 6:09:57 PM (10 years ago)
Author:
mistic100
Message:

very big update for Piwigo 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/admin/template/config.tpl

    r24421 r25678  
    1 {combine_css path=$USER_COLLEC_PATH|@cat:"admin/template/style.css"}
     1{combine_css path=$USER_COLLEC_PATH|cat:'admin/template/style.css'}
    22
    3 {footer_script}{literal}
    4 $("input[name='allow_public']").on("change", function() {
    5     $("#allow_mails").toggle($(this).is(":checked"));
     3{footer_script}
     4$('input[name="allow_public"]').on('change', function() {
     5    $('#allow_mails').toggle($(this).is(':checked'));
    66});
    7 {/literal}{/footer_script}
     7{/footer_script}
    88
    99<div class="titrePage">
     
    1717      <label>
    1818        <input type="checkbox" name="allow_public" {if $user_collections.allow_public}checked="checked"{/if}>
    19         <b>{'Allow users to set their collections as public'|@translate}</b>
     19        <b>{'Allow users to set their collections as public'|translate}</b>
    2020      </label>
    2121    </li>
     
    2323      <label>
    2424        <input type="checkbox" name="allow_mails" {if $user_collections.allow_mails}checked="checked"{/if}>
    25         <b>{'Allow users to send their public collections by mail'|@translate}</b>
     25        <b>{'Allow users to send their public collections by mail'|translate}</b>
    2626      </label>
    2727    </li>
     
    2929</fieldset>
    3030
    31   <p class="formButtons"><input type="submit" name="save_config" value="{'Save Settings'|@translate}"></p>   
     31  <p class="formButtons"><input type="submit" name="save_config" value="{'Save Settings'|translate}"></p>
    3232</form>
Note: See TracChangeset for help on using the changeset viewer.