Changeset 5700 for main/waeup.plonetheme


Ignore:
Timestamp:
3 Feb 2011, 17:15:37 (14 years ago)
Author:
Henrik Bettermann
Message:

Change logo again.

Location:
main/waeup.plonetheme/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.plonetheme/trunk/setup.py

    r5699 r5700  
    3434      target = plone
    3535      """,
    36       setup_requires=["PasteScript"],
    37       paster_plugins=["ZopeSkel"],
    3836      )
  • main/waeup.plonetheme/trunk/waeup.plonetheme.egg-info/SOURCES.txt

    r5699 r5700  
    33setup.cfg
    44setup.py
     5waeup.plonetheme-configure.zcml
     6docs/HISTORY.txt
     7docs/INSTALL.txt
     8docs/LICENSE.GPL
     9docs/LICENSE.txt
    510waeup/__init__.py
    611waeup.plonetheme.egg-info/PKG-INFO
     
    3742waeup/plonetheme/profiles/default/waeup.plonetheme_various.txt
    3843waeup/plonetheme/skins/waeup_plonetheme_custom_images/CONTENT.txt
     44waeup/plonetheme/skins/waeup_plonetheme_custom_images/favicon.ico
    3945waeup/plonetheme/skins/waeup_plonetheme_custom_images/logo.png
     46waeup/plonetheme/skins/waeup_plonetheme_custom_images/logo_alternative.png
    4047waeup/plonetheme/skins/waeup_plonetheme_custom_templates/CONTENT.txt
     48waeup/plonetheme/skins/waeup_plonetheme_custom_templates/member_listing.pt
    4149waeup/plonetheme/skins/waeup_plonetheme_styles/CONTENT.txt
    4250waeup/plonetheme/skins/waeup_plonetheme_styles/base_properties.props
  • main/waeup.plonetheme/trunk/waeup/plonetheme/browser/templates/footer.pt

    r5699 r5700  
    33     class="row">
    44    <div class="cell width-full position-0">
    5 
    65        <div id="portal-footer">
    7        
    86        <table class="footer" align="center">
    97            <tr>
     
    2927            </td>
    3028            </tr>
     29            <tr>
     30            <td>
     31                Footer Column 1 Text
     32            </td>
     33            <td>
     34                Footer Column 2 Text
     35            </td>
     36            <td>
     37                Footer Column 3 Text       
     38            </td>
     39            </tr>           
    3140        </table>
    3241        </div>
    33 
    3442    </div>
    3543</div>
Note: See TracChangeset for help on using the changeset viewer.