Ignore:
Timestamp:
Apr 3, 2012 3:36:19 PM (12 years ago)
Author:
potar
Message:

fixed deleteVerificationFile(); added method absolute_url to template, new changes to HISTORY.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/branches/1.7.1/quintagroup/plonegooglesitemaps/skins/plonegooglesitemaps/prefs_gsm_verification.cpt

    r3397 r3405  
    1818                    <li class=""> 
    1919                        <a href="" 
    20                         tal:attributes="href string: prefs_gsm_overview" 
     20                        tal:attributes="href string: ${context/absolute_url}/prefs_gsm_overview" 
    2121                        i18n:translate="label_properties">Overview</a> 
    2222                    </li> 
     
    2424                    <li class="selected"> 
    2525                        <a href="" 
    26                         tal:attributes="href string:${template/id}" 
     26                        tal:attributes="href string: ${context/absolute_url}/${template/id}" 
    2727                        i18n:translate="label_properties">Verification</a> 
    2828                    </li> 
     
    3030                    <li class=""> 
    3131                    <a href="" 
    32                         tal:attributes="href string:prefs_gsm_settings"> 
     32                        tal:attributes="href string: ${context/absolute_url}/prefs_gsm_settings"> 
    3333                        Settings</a> 
    3434                    </li> 
     
    8080                                    <a tal:attributes="href string: ${vf/id}" tal:content="vf/id"></a> 
    8181                                    <span tal:replace="string: (${vf/title})">comment to verification file</span> 
    82                                     <a tal:attributes="href string: ${context/absolute_url}/@@deleteVerificationFile?id=${vf/id}; class string:delete">Delete</a> 
     82                                    <a tal:attributes="href string: ${context/absolute_url}/@@deleteGSMVerificationFile?id=${vf/id}; class string:delete">Delete</a> 
    8383                            </li></ul> 
    8484                        </li> 
Note: See TracChangeset for help on using the changeset viewer.