source: extensions/Comments_on_Albums/template/coa_admin_intro.tpl @ 9634

Last change on this file since 9634 was 9634, checked in by mistic100, 13 years ago

[plugins] Comments on Albums

  • corrections
  • public list available
File size: 475 bytes
Line 
1{footer_script}
2        // add element to database informations, non intrusive way
3        jQuery('dl[style="padding-top: 30px;"] dd:last-child ul li:last-child').append('[{'Photos'|@translate}]');
4        jQuery('<li>'+
5                '{$DB_COMMENTS_ALBUMS}'+
6                {if isset($unvalidated_albums)}
7                        ' (<a href="{$unvalidated_albums.URL}">{$unvalidated_albums.INFO}</a>)'+
8                {/if}
9                ' [{'Albums'|@translate}]'+
10        '</li>')
11        .appendTo('dl[style="padding-top: 30px;"] dd:last-child ul');
12{/footer_script}
Note: See TracBrowser for help on using the repository browser.