Changeset 54

Show
Ignore:
Timestamp:
01/02/06 00:25:56
Author:
sjudge
Message:

small change to siteactions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/OATSOFT/skins/oatsoft_styles/global_siteactions.pt

    r44 r54  
    1111                accesskeys python: {'accessibility' : '0','sitemap' : '3', 'contact' : '9'};" 
    1212    tal:condition="site_actions"> 
    13  
    14     <li tal:repeat="saction site_actions" 
    15         tal:attributes="id string:siteaction-${saction/id}"><a 
    16            href="" 
    17            tal:define="title saction/name; 
    18                        id saction/id; 
    19                        accesskey python: accesskeys.get(id, '');" 
    20            i18n:attributes="title" 
    21            i18n:translate="" 
    22            tal:content="title" 
    23            tal:attributes="href saction/url; 
    24                            title title; 
    25                            accesskey accesskey;" 
    26            >Site action</a></li> 
    27             
    2813 
    2914     <li><a href="javascript:setActiveStyleSheet('Small Text',1);" 
     
    4227                                          i18n:translate="large_text">Large</a></li> 
    4328 
     29    <li tal:repeat="saction site_actions" 
     30        tal:attributes="id string:siteaction-${saction/id}"><a 
     31           href="" 
     32           tal:define="title saction/name; 
     33                       id saction/id; 
     34                       accesskey python: accesskeys.get(id, '');" 
     35           i18n:attributes="title" 
     36           i18n:translate="" 
     37           tal:content="title" 
     38           tal:attributes="href saction/url; 
     39                           title title; 
     40                           accesskey accesskey;" 
     41           >Site action</a></li> 
     42            
    4443</ul> 
    4544</body>