Ignore:
Timestamp:
Mar 13, 2011, 11:56:02 AM (13 years ago)
Author:
mistic100
Message:

[plugins] Comments on Albums

  • stable version
Location:
extensions/Comments_on_Albums/template
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_on_Albums/template/coa_admin_comments.tpl

    r9634 r9641  
     1{* this is a copy of admin/theme/defaults/template/comments.tpl a bit modified *}
     2       
    13{literal}
    24<script type="text/javascript">
     
    2729
    2830<div class="titrePage">
    29         <h2>{'Waiting'|@translate} {$TABSHEET_TITLE}</h2>
     31        <h2>{'Waiting'|@translate}</h2>
    3032</div>
    3133
  • extensions/Comments_on_Albums/template/coa_admin_intro.tpl

    r9634 r9641  
     1{* this code add a line to the database infos list *}
     2
    13{footer_script}
    2         // add element to database informations, non intrusive way
    34        jQuery('dl[style="padding-top: 30px;"] dd:last-child ul li:last-child').append('[{'Photos'|@translate}]');
    45        jQuery('<li>'+
  • extensions/Comments_on_Albums/template/coa_albums.tpl

    r9634 r9641  
     1{* this is inspired by theme/defaults/template/picture.tpl *}
     2       
    13{combine_script id="jquery"}
    24{combine_css path=$COA_PATH|@cat:'template/style_albums.css'}
  • extensions/Comments_on_Albums/template/coa_comments_page.tpl

    r9634 r9641  
     1{* this is a copy of theme/defaults/template/comments.tpl a bit modified *}
     2       
     3{combine_css path=$COA_PATH|@cat:'template/style_comments.css'}
     4
    15{html_head}
    26        <style type="text/css">
     
    1620<div class="titrePage">
    1721        <ul class="categoryActions">
    18                 <li><a href="comments.php" title="Commentaires images" class="pwg-state-default pwg-button">
    19                         <span class="pwg-icon pwg-icon-comments-images">&nbsp;</span><span class="pwg-button-text">Commentaires images</span>
     22                <li><a href="comments.php" title="{'COA_comments_photos'|@translate}" class="pwg-state-default pwg-button">
     23                        <span class="pwg-icon pwg-icon-comments-images">&nbsp;</span><span class="pwg-button-text">{'COA_comments_photos'|@translate}</span>
    2024                </a></li>
    2125                <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
  • extensions/Comments_on_Albums/template/navigation_bar.tpl

    r9624 r9641  
     1{* this is a copy of theme/defaults/template/navigation_bar.tpl
     2        but with other variables to not interfer with the thumbnails' navigation bar *}
     3       
    14<div class="navigationBar">
    25        {if isset($comment_navbar.URL_FIRST)}
Note: See TracChangeset for help on using the changeset viewer.