diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-08 02:17:18 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-08 02:17:18 +0100 |
commit | e7747bf975a8523be7756a71d1b5166f5229363b (patch) | |
tree | 74e69eebf29c7c963a8ef36d3aed4d0470a3cbdd /app/view/templates/editleftbar.php | |
parent | 4b30e32dba3a53f02f2c5b5360ed73d1a023a5df (diff) | |
download | wcms-e7747bf975a8523be7756a71d1b5166f5229363b.tar.gz wcms-e7747bf975a8523be7756a71d1b5166f5229363b.zip |
mini help
Diffstat (limited to 'app/view/templates/editleftbar.php')
-rw-r--r-- | app/view/templates/editleftbar.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/view/templates/editleftbar.php b/app/view/templates/editleftbar.php index 3cc747a..7a2a40b 100644 --- a/app/view/templates/editleftbar.php +++ b/app/view/templates/editleftbar.php @@ -182,12 +182,12 @@ </fieldset> </details> - <details> + <details id="help"> <summary>Help</summary> - <div id="help"> - <?php $this->insert('edithelp') ?> - - </div> + <div> + <?php $this->insert('edithelp') ?> + </div> + </details> </div> |