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

Last change on this file since 1194 was 1194, checked in by nanardon, 12 years ago

display nothing when no value is supplied

  • Property svn:keywords set to Id
File size: 293 bytes
Line 
1[% IF c.req.param('val') %]
2[% IF exists %]
3<img class="attr" src="[% c.uri_for('/static', 'images', 'dialog-cancel.png') %]">
4([% exists %])
5[% ELSE %]
6<img class="attr" src="[% c.uri_for('/static', 'images', 'dialog-ok-apply.png') %]">
7[% END %]
8[% ELSE %]
9<!-- No input value -->
10[% END %]
Note: See TracBrowser for help on using the repository browser.