~replaceafill/schooltool.gradebook/selenium

« back to all changes in this revision

Viewing changes to src/schooltool/gradebook/browser/templates/f_worksheets.pt

  • Committer: Gediminas Paulauskas
  • Date: 2011-09-26 18:30:13 UTC
  • Revision ID: menesis@pov.lt-20110926183013-6uxrf5ajjz1py01l
Extract flourish strings, add missing domain to templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div>
 
1
<div i18n:domain="schooltool.gradebook">
2
2
  <form method="post"
3
3
        tal:attributes="action string:${context/@@absolute_url}">
4
4
    <input type="hidden" name="form-submitted" value="" />
33
33
          <span tal:content="worksheet/title" />
34
34
          <a class="modify" href="" title="Edit"
35
35
             tal:attributes="href worksheet/url"
36
 
             i18n:attributes="title"
37
 
             i18n:translate="">
 
36
             i18n:attributes="title">
38
37
            <img tal:attributes="src context/++resource++schooltool.skin.flourish/edit-icon.png"
39
38
                 alt="Edit"
40
39
                 i18n:attributes="alt" />