Ignore:
Timestamp:
10 Feb 2011, 08:36:11 (14 years ago)
Author:
Henrik Bettermann
Message:

Add prices tab.

Location:
main/waeup.plonetheme/trunk
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.plonetheme/trunk/waeup.plonetheme.egg-info/SOURCES.txt

    r5708 r5718  
    6363waeup/plonetheme/skins/waeup_plonetheme_custom_images/logo_alternative.png
    6464waeup/plonetheme/skins/waeup_plonetheme_custom_templates/CONTENT.txt
    65 waeup/plonetheme/skins/waeup_plonetheme_custom_templates/author.cpt
    66 waeup/plonetheme/skins/waeup_plonetheme_custom_templates/author.cpt.metadata
    67 waeup/plonetheme/skins/waeup_plonetheme_custom_templates/author_feedback_template.pt
    6865waeup/plonetheme/skins/waeup_plonetheme_custom_templates/member_search_form.pt
    6966waeup/plonetheme/skins/waeup_plonetheme_styles/CONTENT.txt
  • main/waeup.plonetheme/trunk/waeup/plonetheme/locales/de/LC_MESSAGES/waeup.po

    r5716 r5718  
    2121msgstr "Über uns"
    2222
     23#. Default: "History, Background, Philosophy"
     24#: ../profiles/default/./actions.xml
     25msgid "History, Background, Philosophy"
     26msgstr "Geschichte, Hintergrund, Philosophie"
     27
     28#. Default: "Prices"
     29#: ../profiles/default/./actions.xml
     30msgid "Prices"
     31msgstr "Preise"
     32
    2333#. Default: "Products"
    2434#: ../profiles/default/./actions.xml
     
    2636msgstr "Produkte"
    2737
    28 #. Default: "members's homepage in this site"
     38#. Default: "Technology, Downloads"
     39#: ../profiles/default/./actions.xml
     40msgid "Technology, Downloads"
     41msgstr "Technologie, Downloads"
     42
     43#. Default: "members's homepage"
    2944#: ../skins/waeup_plonetheme_custom_templates/./member_search_form.pt:96
    3045#, fuzzy
  • main/waeup.plonetheme/trunk/waeup/plonetheme/locales/en/LC_MESSAGES/waeup.po

    r5716 r5718  
    2121msgstr "About Us"
    2222
     23#. Default: "History, Background, Philosophy"
     24#: ../profiles/default/./actions.xml
     25msgid "History, Background, Philosophy"
     26msgstr ""
     27
     28#. Default: "Prices"
     29#: ../profiles/default/./actions.xml
     30msgid "Prices"
     31msgstr ""
     32
    2333#. Default: "Products"
    2434#: ../profiles/default/./actions.xml
     
    2636msgstr "Products"
    2737
    28 #. Default: "members's homepage in this site"
     38#. Default: "Technology, Downloads"
     39#: ../profiles/default/./actions.xml
     40msgid "Technology, Downloads"
     41msgstr ""
     42
     43#. Default: "members's homepage"
    2944#: ../skins/waeup_plonetheme_custom_templates/./member_search_form.pt:96
     45#, fuzzy
    3046msgid "author_homepage"
    31 msgstr "members's homepage in this site"
     47msgstr "members's homepage"
    3248
    3349#. Default: "No members found."
  • main/waeup.plonetheme/trunk/waeup/plonetheme/locales/fr/LC_MESSAGES/waeup.po

    r5716 r5718  
    2121msgstr "Qui nous sommes"
    2222
     23#. Default: "History, Background, Philosophy"
     24#: ../profiles/default/./actions.xml
     25msgid "History, Background, Philosophy"
     26msgstr ""
     27
     28#. Default: "Prices"
     29#: ../profiles/default/./actions.xml
     30msgid "Prices"
     31msgstr "Prix"
     32
    2333#. Default: "Products"
    2434#: ../profiles/default/./actions.xml
     
    2636msgstr "Produits"
    2737
    28 #. Default: "members's homepage in this site"
     38#. Default: "Technology, Downloads"
     39#: ../profiles/default/./actions.xml
     40msgid "Technology, Downloads"
     41msgstr ""
     42
     43#. Default: "members's homepage"
    2944#: ../skins/waeup_plonetheme_custom_templates/./member_search_form.pt:96
    3045msgid "author_homepage"
  • main/waeup.plonetheme/trunk/waeup/plonetheme/locales/waeup.pot

    r5716 r5718  
    2626msgstr ""
    2727
    28 #. Default: "members's homepage in this site"
     28#. Default: "Prices"
     29#: ../profiles/default/./actions.xml
     30msgid "Prices"
     31msgstr ""
     32
     33#. Default: "History, Background, Philosophy"
     34#: ../profiles/default/./actions.xml
     35msgid "History, Background, Philosophy"
     36msgstr ""
     37
     38#. Default: "Technology, Downloads"
     39#: ../profiles/default/./actions.xml
     40msgid "Technology, Downloads"
     41msgstr ""
     42
     43#. Default: "members's homepage"
    2944#: ../skins/waeup_plonetheme_custom_templates/./member_search_form.pt:96
    3045msgid "author_homepage"
    31 msgstr ""
     46msgstr "members's homepage"
    3247
    3348#. Default: "No members found."
  • main/waeup.plonetheme/trunk/waeup/plonetheme/profiles/default/actions.xml

    r5717 r5718  
    2323  <object name="products" meta_type="CMF Action" i18n:domain="waeup">
    2424   <property name="title" i18n:translate="">Products</property>
    25    <property name="description" i18n:translate=""></property>
     25   <property name="description" i18n:translate="">Technology, Downloads</property>
    2626   <property
    2727      name="url_expr">string:${globals_view/navigationRootUrl}/products-${plone_portal_state/language}</property>
     
    3636  <object name="about" meta_type="CMF Action" i18n:domain="waeup">
    3737   <property name="title" i18n:translate="">About Us</property>
    38    <property name="description" i18n:translate=""></property>
     38   <property name="description" i18n:translate="">History, Background, Philosophy</property>
    3939   <property
    4040      name="url_expr">string:${globals_view/navigationRootUrl}/about-${plone_portal_state/language}</property>
     
    4646   <property name="visible">True</property>
    4747  </object>     
     48 
     49  <object name="prices" meta_type="CMF Action" i18n:domain="waeup">
     50   <property name="title" i18n:translate="">Prices</property>
     51   <property name="description" i18n:translate=""></property>
     52   <property
     53      name="url_expr">string:${globals_view/navigationRootUrl}/prices-${plone_portal_state/language}</property>
     54   <property name="icon_expr"></property>
     55   <property name="available_expr"></property>
     56   <property name="permissions">
     57    <element value="View"/>
     58   </property>
     59   <property name="visible">True</property>
     60  </object>       
    4861 
    4962  <object name="waeupmembers" meta_type="CMF Action" i18n:domain="plone">
  • main/waeup.plonetheme/trunk/waeup/plonetheme/skins/waeup_plonetheme_styles/ploneCustom.css.dtml

    r5713 r5718  
    1616}
    1717
     18
     19/*
     20** BASE.CSS CUSTOMIZATION STYLES
     21*/
     22
     23#content p, #content table, #content dl, dl.portlet p, dl.portlet {
     24    margin-top: 0.5em;
     25    margin-bottom: 0.5em;
     26}
    1827
    1928/*
Note: See TracChangeset for help on using the changeset viewer.