{combine_css path="plugins/nbc_ThemeChanger/theme/style.css"} {combine_script id='jquery.tablesorter' load='async' require='jquery' path='plugins/nbc_ThemeChanger/include/jquery.tablesorter.js'} {footer_script require='jquery.tablesorter'}{literal} jQuery(document).ready(function() { // call the tablesorter plugin jQuery("table#TCtablesorter").tablesorter({ // extend the default setting to always sort on the first column sortList : [[0,0]], // extend the default setting to always include the zebra widget. widgets : ['zebra'], // On choisi ici les colonnes 2 et 3 (l'index commence à 0) // On désactive le tri sur cette colonne headers : { 0 : { sorter:'text' }, 1 : { sorter:'text' }, 2: { sorter: false } , 3: { sorter: false } } }); }); {/literal}{/footer_script} {footer_script require='jquery.tablesorter'}{literal} jQuery(document).ready(function() { jQuery(".assocLink").tipTip({ maxWidth: "auto", activation: "hover", edgeOffset: 10, defaultPosition: "top", delay: 0 }); }); {/literal}{/footer_script}

Theme Changer

{foreach from=$assoc item=assoc key=i} {/foreach}
{'Albums'|@translate} {'Themes'|@translate} {'Action'|@translate} {'Status'|@translate}
{$assoc.CATEGORY_NAME} {$assoc.TEMPLATE} {'modify_assoc'|@translate} {'delete_assoc'|@translate} {if ($assoc.STATUS=="Active")} {'Valide_assoc'|@translate} {else} {if ($assoc.STATUS=="Delete")} {'ErrorDelete_assoc'|@translate} {else} {'ErrorUnactive_assoc'|@translate} {/if} {/if}
{$formulaire.DESCRIPION}
{'Album'|@translate} {'Theme'|@translate} {'subAlbumsApply'|@translate}