Ignore:
Timestamp:
10/09/09 04:22:11 (15 years ago)
Author:
nanardon
Message:
  • add some perm denied messages
Location:
LATMOS-Accounts-Web/root/html/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/root/html/includes/form.tt

    r214 r507  
    11<!-- $Id$ --> 
    2 [% FOREACH attr =  form.attributes %] 
     2<div id="oform"> 
     3[% attributes = form.attributes() %] 
     4[% IF attributes.0 %] 
     5[% FOREACH attr =  attributes %] 
    36[% IF loop.first %] 
    4 <div id="oform"> 
    57<form action="[% form_uri | html %]" method="POST"> 
    68<table border=1> 
     
    1416</table> 
    1517</form> 
    16 </div> 
    1718[% END %] 
    1819[% END %] 
     20[% ELSE %] 
     21[% perm_denied %] 
     22[% END %] 
     23</div> 
  • LATMOS-Accounts-Web/root/html/includes/header.tt

    r505 r507  
    1414 
    1515</head> 
     16 
     17[% perm_denied = BLOCK %] 
     18<span class="permdenied"><img src="[% c.uri_for('/static', 'images', 'process-stop.png') %]"> 
     19    permission non accordé 
     20</span> 
     21[% END %] 
     22 
    1623<body> 
    1724<!-- $Id$ --> 
Note: See TracChangeset for help on using the changeset viewer.