Ignore:
Timestamp:
May 22, 2011, 12:34:18 PM (13 years ago)
Author:
mistic100
Message:

code cleanup

File:
1 edited

Legend:

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

    r9766 r10984  
    11{* 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 
     2 
    53{html_head}
    6         <style type="text/css">
    7                 .pwg-icon-comments-images {ldelim}
    8                         background-image: url({$COA_PATH}template/s26/{$ICON_COLOR});
    9                         background-position: 0 0;
    10                 }
    11                 a:hover .pwg-icon-comments-images {ldelim}
    12                         background-image: url({$COA_PATH}template/s26/{$ICON_COLOR_OVER});
    13                         background-position: 0 0;
    14                 }
    15         </style>
     4<style type="text/css">
     5  .thumbnailCategory .category-title {ldelim}
     6    font-size:1.1em;
     7    font-weight:bold;
     8  }
     9  .pwg-icon-comments-images {ldelim}
     10    background-image: url({$COA_PATH}template/s26/{$ICON_COLOR});
     11    background-position: 0 0;
     12  }
     13  a:hover .pwg-icon-comments-images {ldelim}
     14    background-image: url({$COA_PATH}template/s26/{$ICON_COLOR_OVER});
     15    background-position: 0 0;
     16  }
     17</style>
    1618{/html_head}
    1719
     
    1921
    2022<div class="titrePage">
    21         <ul class="categoryActions">
    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>
    24                 </a></li>
    25                 <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
    26                         <span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
    27                 </a></li>
    28         </ul>
    29         <h2>{'User comments'|@translate}</h2>
     23  <ul class="categoryActions">
     24    <li><a href="comments.php" title="{'COA_comments_photos'|@translate}" class="pwg-state-default pwg-button">
     25      <span class="pwg-icon pwg-icon-comments-images">&nbsp;</span><span class="pwg-button-text">{'COA_comments_photos'|@translate}</span>
     26    </a></li>
     27    <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
     28      <span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
     29    </a></li>
     30  </ul>
     31  <h2>{'User comments'|@translate}</h2>
    3032</div>
    3133
     
    9294{if isset($comments)}
    9395<div id="comments">
    94         {include file='comment_list.tpl'}
     96  {include file='comment_list.tpl'}
    9597</div>
    9698{/if}
Note: See TracChangeset for help on using the changeset viewer.