source: LATMOS-Accounts-Web/root/html/ajax/objexist.tt @ 971

Last change on this file since 971 was 971, checked in by nanardon, 12 years ago
  • set properties
  • Property svn:keywords set to Id
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.