diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-07-13 11:54:46 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-07-13 11:54:46 +0200 |
commit | 33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b (patch) | |
tree | 8046d93701fd774b9990462fc99c7b6f7961ddf7 /app/view/templates/editleftbar.php | |
parent | d39bec8e089a55ebd370fbe9f4b5388aafade10d (diff) | |
download | wcms-33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b.tar.gz wcms-33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b.zip |
1.2.6 Environnement update
backtopbar always visible
+ minor fixes
Diffstat (limited to 'app/view/templates/editleftbar.php')
-rw-r--r-- | app/view/templates/editleftbar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/editleftbar.php b/app/view/templates/editleftbar.php index d510f5d..7b4986d 100644 --- a/app/view/templates/editleftbar.php +++ b/app/view/templates/editleftbar.php @@ -62,7 +62,7 @@ <details <?= !empty($art->templatebody()) || !empty($art->templatecss()) || !empty($art->templatejavascript()) ? 'open' : '' ?>> - <summary>Tempalte</summary> + <summary>Template</summary> <fieldset> <label for="templatebody">BODY template</label> <select name="templatebody" id="templatebody"> |