tao-test/app/tao/views/templates/permission/denied.tpl

7 lines
181 B
Smarty
Raw Normal View History

2022-08-29 20:14:13 +02:00
<div class="feedback feedback-error">
<span class="icon-error"></span>
<div>
<?=__("You do not have the required rights to edit this resource.")?>
</div>
</div>