openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 3d4781475a7a3504d820cea34d5a158b9f448a23
parent 7e3d0affa7eebf90ab7d5431471948dd489b5c24
Author: Jan Dankert <devnull@localhost>
Date:   Sat,  2 Dec 2017 02:00:44 +0100

Vereinheitlichung von Attributen der Komponente 'if'

Diffstat:
themes/default/templates/folder/edit.tpl.src.xml | 2+-
themes/default/templates/folder/pub.tpl.src.xml | 2+-
themes/default/templates/user/info.tpl.src.xml | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/themes/default/templates/folder/edit.tpl.src.xml b/themes/default/templates/folder/edit.tpl.src.xml @@ -19,7 +19,7 @@ <list list="object" extract="true"> <row class="data"> <column width="1%"> - <if true="writable"> + <if true="var:writable"> <checkbox name="var:id"></checkbox> </if> <if false="writable"> diff --git a/themes/default/templates/folder/pub.tpl.src.xml b/themes/default/templates/folder/pub.tpl.src.xml @@ -29,7 +29,7 @@ </if> </if> <if present="files"> - <if true="subdirs"> + <if true="var:subdirs"> <part class="line"> <part class="label"> </part> diff --git a/themes/default/templates/user/info.tpl.src.xml b/themes/default/templates/user/info.tpl.src.xml @@ -32,7 +32,7 @@ <text var="tel" /> </part> - <if true="is_admin"> + <if true="var:is_admin"> <part class="line"> <text key="user_admin" /> </part>