Changeset 24421 for extensions/UserCollections/admin/template
- Timestamp:
- Sep 11, 2013, 6:44:54 PM (11 years ago)
- Location:
- extensions/UserCollections/admin/template
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserCollections/admin/template/config.tpl
r20090 r24421 1 1 {combine_css path=$USER_COLLEC_PATH|@cat:"admin/template/style.css"} 2 3 {footer_script}{literal} 4 $("input[name='allow_public']").on("change", function() { 5 $("#allow_mails").toggle($(this).is(":checked")); 6 }); 7 {/literal}{/footer_script} 2 8 3 9 <div class="titrePage"> … … 14 20 </label> 15 21 </li> 16 <li >22 <li id="allow_mails" {if not $user_collections.allow_public}style="display:none;"{/if}> 17 23 <label> 18 24 <input type="checkbox" name="allow_mails" {if $user_collections.allow_mails}checked="checked"{/if}> -
extensions/UserCollections/admin/template/sets.tpl
r23551 r24421 38 38 <td class="name">{'Name'|@translate}</td> 39 39 <td class="user">{'Username'|@translate}</td> 40 <td class="status">{'Public'|@translate}</td>41 40 <td class="date">{'Creation date'|@translate}</td> 42 41 <td class="images">{'Number of images'|@translate}</td> … … 48 47 <tr class="{if $smarty.foreach.sets_loop.index is odd}row1{else}row2{/if}"> 49 48 <td> 50 <a href="{$set.U_ PUBLIC}">{$set.NAME}</a>49 <a href="{$set.U_EDIT}">{$set.NAME}</a> 51 50 </td> 52 51 <td>{$set.USERNAME}</td> 53 <td style="text-align:center;">{if $set.IS_PUBLIC}{'Yes'|@translate}{else}{'No'|@translate}{/if}</td>54 52 <td style="text-align:center;">{$set.DATE_CREATION}</td> 55 53 <td>{$set.NB_IMAGES}</td>
Note: See TracChangeset
for help on using the changeset viewer.