Changeset 1734


Ignore:
Timestamp:
Jan 18, 2007, 10:10:39 PM (17 years ago)
Author:
vdigital
Message:

Issue 0000615: End of page replaced by icon/page_end.png Only if + than 9 categories

  • footer.tpl is changed for PNG Transparency with IE
  • Fine pwg_footer.png
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r1529 r1734  
    318318  }
    319319}
     320// Add a link to Page bottom only if needed (10 or more categories)
     321if ( $category['rank'] > 9 )
     322{
     323  $template->assign_block_vars('eop_link', array('ICON'=>'Displayed'));
     324}
    320325// +-----------------------------------------------------------------------+
    321326// |                          sending html code                            |
  • trunk/template/yoga/admin/cat_list.tpl

    r1732 r1734  
    88    {L_ADD_VIRTUAL} : <input type="text" name="virtual_name" />
    99    <input type="submit" value="{L_SUBMIT}" name="submitAdd" {TAG_INPUT_ENABLED} />
    10     <a href="#EoP" class="button"><img src="{themeconf:icon_dir}/page_end.png" class="button" alt="{lang:page_end}" /></a>
     10    <!-- BEGIN eop_link -->
     11    <a href="#EoP" class="button"><img src="{themeconf:icon_dir}/page_end.png" class="button" alt="{lang:page_end}" /></a>
     12    <!-- END eop_link -->
    1113  </p>
    1214</form>
  • trunk/template/yoga/footer.tpl

    r1726 r1734  
    99      to show the origin of the script...-->
    1010
    11   <a href="{PHPWG_URL}" class="back" title="{lang:powered_by}" onclick="window.open(this.href, ''); return false;">
    12   <img src="{pwg_root}{themeconf:icon_dir}/pwg_footer.png" alt="{lang:powered_by}">
     11  <a class="button" href="{PHPWG_URL}" class="back" title="{lang:powered_by}" onclick="window.open(this.href, ''); return false;">
     12  <img class="button" src="{pwg_root}{themeconf:icon_dir}/pwg_footer.png" alt="{lang:powered_by}">
    1313  </a>
    1414  {VERSION}
Note: See TracChangeset for help on using the changeset viewer.