~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/templates/potemplate-index.pt

  • Committer: Danilo Segan
  • Date: 2011-04-22 14:02:29 UTC
  • mto: This revision was merged to the branch mainline in revision 12910.
  • Revision ID: danilo@canonical.com-20110422140229-zhq4d4c2k8jpglhf
Ignore hidden files when building combined JS file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
      <strong>Owner:</strong>
29
29
      <a tal:replace="structure context/owner/fmt:link">owner name</a>
30
30
    </p>
 
31
    <div>
 
32
      <a href="+edit" class="edit sprite"
 
33
         tal:condition="context/required:launchpad.Edit">Change details</a>
 
34
    </div>
31
35
  </div>
32
36
 
33
37
  <div class="yui-g">
105
109
        <h3>Administration</h3>
106
110
        <p>If you want to synchronize these translations manually, you
107
111
          can
108
 
          <tal:both condition="context/required:launchpad.TranslationsAdmin">
 
112
          <tal:both condition="context/required:launchpad.Edit">
109
113
            <a tal:attributes="href context/menu:navigation/upload/url"
110
114
               class="add sprite">upload</a>
111
115
            or
115
119
          translation tarballs.
116
120
        </p>
117
121
        <div tal:condition="context/required:launchpad.TranslationsAdmin">
118
 
          <a href="+edit" class="edit sprite"
119
 
             tal:condition="context/required:launchpad.TranslationsAdmin">
120
 
            Change details</a>
121
 
          <tal:admin condition="context/required:launchpad.Admin">
122
 
            — <a tal:attributes="href
123
 
                               context/menu:navigation/administer/url"
 
122
          <a tal:attributes="href
 
123
                             context/menu:navigation/administer/url"
124
124
             class="edit sprite">
125
 
              Administer this template
126
 
            </a>
127
 
          </tal:admin>
 
125
            Administer this template
 
126
          </a>
128
127
        </div>
129
128
      </div>
130
129
    </div>