Commit
commit 2ac766d89f49af85e9c6f205c7bf35047589770a Author: Jan DankertDate: Tue Mar 6 22:31:52 2012 +0100 Neue View \"Info\" für Seiten,Dateien,Ordner,Verknüpfungen action/FileAction.class.php | 38 ++++++ action/FolderAction.class.php | 5 + action/LinkAction.class.php | 7 ++ action/PageAction.class.php | 30 +++++ themes/default/templates/file/info.tpl.src.xml | 149 +++++++++++++++++++++++ themes/default/templates/file/prop.tpl.src.xml | 109 ----------------- themes/default/templates/folder/info.tpl.src.xml | 82 +++++++++++++ themes/default/templates/folder/prop.tpl.src.xml | 51 -------- themes/default/templates/link/info.tpl.src.xml | 68 +++++++++++ themes/default/templates/link/prop.tpl.src.xml | 43 ------- themes/default/templates/page/info.tpl.src.xml | 122 +++++++++++++++++++ themes/default/templates/page/prop.tpl.src.php | 1 + 12 files changed, 502 insertions(+), 203 deletions(-)