Changeset 1743


Ignore:
Timestamp:
6 May 2007, 10:07:51 (17 years ago)
Author:
Henrik Bettermann
Message:
 
Location:
WAeUP_SRP/trunk
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/PatchRenderActionIcon.py

    r1737 r1743  
    3333        if img is None:
    3434            return None
    35         img_tag = IMG_TAG % (base_url + icon_path,
     35        img_tag = IMG_TAG % (icon_path,
    3636                             getattr(img, 'width', 0),
    3737                             getattr(img, 'height', 0),
  • WAeUP_SRP/trunk/profiles/default/portlets.xml

    r1737 r1743  
    55 <cache-parameters type="Actions Portlet">
    66  <element value="actions:(categories)"/>
    7   <element value="current_lang"/>
    87  <element value="user"/>
    98  <element value="object:path"/>
     
    1211  <element value="portal_type"/>
    1312  <element value="wf_create"/>
    14   <element value="current_lang"/>
    1513 </cache-parameters>
    1614 <cache-parameters type="Breadcrumbs Portlet">
     
    3028  <element value="event_on_types:(searchable_types)"/>
    3129  <element value="baseurl"/>
    32   <element value="current_lang"/>
    3330 </cache-parameters>
    3431 <cache-parameters type="Custom Portlet"/>
     
    5956  <element value="event_ids:rss_channel_refresh"/>
    6057  <element value="timeout:10"/>
    61   <element value="current_lang"/>
    6258 </cache-parameters>
    6359 <cache-parameters type="Rotating Image Portlet">
  • WAeUP_SRP/trunk/skins/waeup_design/main_template.pt

    r1742 r1743  
    7777          style="margin: 0px;"
    7878          tal:attributes="onload here/getOnLoad|string:setFocus();">
    79       <div>
    80         <a href="http://uniben.waeup.org/accessibility"
    81            accesskey="0"></a>
    82         <a href="http://uniben.waeup.org/" accesskey="1"></a>
    83         <a href="#content" accesskey="2"></a>
    84         <a href="#menu" accesskey="3"></a>
    85         <a href="http://uniben.waeup.org/advanced_search_form"
    86            accesskey="4"></a>
    87         <a href="http://uniben.waeup.org/" accesskey="7"></a>
    88       </div>
    8979     
    90       
     80     
    9181      <table summary="Logo Block"
    9282             style="margin-left: auto; margin-right: auto; width: 100%;"
  • WAeUP_SRP/trunk/skins/waeup_design/widget_portlet_actions.pt

    r1742 r1743  
    1414                       class python:show_icons and icon_tag and 'noicon' or None">
    1515         <tal:block condition="python:show_icons and icon_tag"
    16            content="string:${base_url}icon_tag"/>
     16           content="structure icon_tag"/>
    1717         <tal:block condition="python:show_icons and not icon_tag">
    1818           <img tal:attributes="src
Note: See TracChangeset for help on using the changeset viewer.