source: branches/2.0/LATMOS-Accounts-Web/root/html/ajax/objattrexist.tt @ 1060

Last change on this file since 1060 was 408, checked in by nanardon, 15 years ago
  • add missing template
File size: 194 bytes
Line 
1[% IF exists %]
2<img src="[% c.uri_for('/static', 'images', 'dialog-cancel.png') %]">
3([% exists %])
4[% ELSE %]
5<img src="[% c.uri_for('/static', 'images', 'dialog-ok-apply.png') %]">
6[% END %]
Note: See TracBrowser for help on using the repository browser.