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

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

[plugins] Comments on Albums

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