source: branches/2.0/LATMOS-Accounts-Web/root/html/ajax/objexist.tt @ 1062

Last change on this file since 1062 was 861, checked in by nanardon, 13 years ago
  • reimport missing files from previous svn
File size: 220 bytes
Line 
1[% IF exists %]
2<img class="attr" src="[% c.uri_for('/static', 'images', 'dialog-cancel.png') %]">
3([% exists %])
4[% ELSE %]
5<img class="attr" src="[% c.uri_for('/static', 'images', 'dialog-ok-apply.png') %]">
6[% END %]
Note: See TracBrowser for help on using the repository browser.