Ignore:
Timestamp:
Apr 9, 2012 1:04:58 PM (12 years ago)
Author:
potar
Message:

Updated view (tabs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/skins/plonegooglesitemaps/prefs_gsm_settings.cpt

    r2580 r3417  
    66      i18n:domain="qPloneGoogleSitemaps"> 
    77<body> 
    8     <div metal:fill-slot="prefs_configlet_main" 
     8    <div metal:fill-slot="prefs_configlet_content" 
    99        tal:define="errors python:request.get('errors', {}); 
    1010                    here_url context/@@plone_context_state/object_url; 
     
    1212 
    1313        <div class="documentEditable"> 
    14             <ul class="contentViews"> 
    15                 <li class=""> 
     14            <div id="edit-bar"> 
     15                <ul class="contentViews" id="content-views"> 
     16                    <li class=""> 
     17                        <a href="" 
     18                           tal:attributes="href string: prefs_gsm_overview"> 
     19                           Overview</a> 
     20                    </li> 
     21                    <li class=""> 
     22                        <a href="" 
     23                           tal:attributes="href string:prefs_gsm_verification"> 
     24                           Verification</a> 
     25                    </li> 
     26                    <li class="selected"> 
    1627                    <a href="" 
    17                        tal:attributes="href string: prefs_gsm_overview"> 
    18                        Overview</a> 
    19                 </li> 
    20                 <li class=""> 
    21                     <a href="" 
    22                        tal:attributes="href string:prefs_gsm_verification"> 
    23                        Verification</a> 
    24                 </li> 
    25                 <li class="selected"> 
    26                 <a href="" 
    27                    tal:attributes="href string:${template/id}"> 
    28                    Settings</a> 
    29                 </li> 
    30             </ul> 
    31             <div class="contentActions"> 
    32             &nbsp; 
     28                       tal:attributes="href string:${template/id}"> 
     29                       Settings</a> 
     30                    </li> 
     31                </ul> 
     32                <div class="contentActions"> &nbsp; </div> 
    3333            </div> 
    34             <div class="documentContent"> 
     34            <div id=content class="documentContent"> 
    3535                <h1 i18n:translate="heading_plonegooglesitemaps">Plone Google Sitemaps</h1> 
    3636                <a href="" 
Note: See TracChangeset for help on using the changeset viewer.