Changeset 1732

Show
Ignore:
Timestamp:
01/18/07 08:05:10 (6 years ago)
Author:
vdigital
Message:

Issue 0000615: End of page replaced by icon/page_end.png

Location:
trunk
Files:
2 added
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/common.lang.php

    r1722 r1732  
    615615$lang['note_filter_day'] = 'The whole of the elements are filtered in order to diplay the recent elements of less %s day.'; 
    616616$lang['note_filter_days'] = 'The whole of the elements are filtered in order to diplay the recent elements of less %s days.'; 
     617$lang['page_end'] = 'Page bottom'; 
     618 
    617619?> 
  • trunk/language/fr_FR.iso-8859-1/common.lang.php

    r1722 r1732  
    616616$lang['note_filter_day'] = 'L\'ensemble des �l�ments est filtr� pour n\'afficher que les �l�ments r�cents de moins de %d jour.'; 
    617617$lang['note_filter_days'] = 'L\'ensemble des �l�ments est filtr� pour n\'afficher que les �l�ments r�cents de moins de %d jours.'; 
     618$lang['page_end'] = 'Bas de page'; 
     619 
    618620?> 
  • trunk/template/yoga/admin/cat_list.tpl

    r1708 r1732  
    77  <p> 
    88    {L_ADD_VIRTUAL} : <input type="text" name="virtual_name" /> 
    9     <input type="submit" value="{L_SUBMIT}" name="submitAdd" {TAG_INPUT_ENABLED} /> 
     9    <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>  
    1011  </p> 
    1112</form> 
     
    1314<!-- BEGIN categories --> 
    1415<form id="categoryOrdering" action="{F_ACTION}" method="post"> 
    15   <h5><a href="#EoP">{lang:end_of_page}</a></h5>  
    1616  <ul class="categoryUl"> 
    1717 
  • trunk/template/yoga/default-layout.css

    r1719 r1732  
    4040    border-bottom: 1px solid #858460; 
    4141} 
    42  
     42A.button, A.button:hover {  
     43  border: 0;  
     44} 
    4345IMG { 
    4446    border: none;