- Timestamp:
- 22 Feb 2014, 15:46:03 (11 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk
- Property svn:mergeinfo changed
-
main/waeup.kofa/trunk/src/waeup/kofa
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa merged eligible /main/waeup.kofa/branches/uli-autoinclude-less/src/waeup/kofa 8871-8888 /main/waeup.sirp/branches/uli-studentpw/src/waeup/kofa 6703-6755 /main/waeup.sirp/branches/ulif-extimgstore/src/waeup/kofa 7001-7062 /main/waeup.sirp/branches/ulif-schoolgrades/src/waeup/kofa 7761-7794
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/reportscontainerpage.pt
r9840 r11254 1 <table i18n:domain="waeup.kofa" >1 <table i18n:domain="waeup.kofa" class="table"> 2 2 <thead> 3 3 <tr> … … 31 31 <input type="hidden" name="job_id" 32 32 tal:attributes="value python: entry[0]" /> 33 <input type="submit" class="btn smallprimary"33 <input type="submit" class="btn btn-sm btn-primary" 34 34 name="DOWNLOAD" value="Download" 35 35 tal:condition="python: entry[4]" /> 36 <input type="submit" class="btn small secondary"36 <input type="submit" class="btn btn-sm btn-default" 37 37 name="DISCARD" value="Discard" 38 38 tal:condition="python: entry[3]" /> 39 <a href="" class="btn " i18n:translate=""39 <a href="" class="btn btn-sm btn-default" i18n:translate="" 40 40 tal:condition="python: entry[5]"> 41 <img tal:attributes="src static/actionicon_reload.png" />41 <img src="/static/img/actionicon_reload.png" /> 42 42 Reload 43 43 </a> … … 48 48 </table> 49 49 <form method="POST" i18n:domain="waeup.kofa"> 50 <div class="span12"> 51 <a href="create" class="btn primary" i18n:translate=""> 52 Create new report 53 </a> 54 </div> 50 <a tal:attributes="href python:view.url(context, 'create')" 51 class="btn btn-primary" i18n:translate=""> 52 Create new report 53 </a> 55 54 </form>
Note: See TracChangeset for help on using the changeset viewer.