openrat-cms

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

commit ab75a3a492f0ed5877ac5b780a2e5ca3216d7090
parent 4d159340516ff5a472bd2da1b09677221f1d1771
Author: dankert <devnull@localhost>
Date:   Sat, 25 Dec 2010 23:23:12 +0100

Zahlreiche kleine Änderungen für die neue Oberfläche.

Diffstat:
themes/default/templates/file/prop.tpl.src.php | 7++++++-
themes/default/templates/index/applications.tpl.src.php | 19-------------------
themes/default/templates/index/projectmenu.tpl.src.php | 36------------------------------------
themes/default/templates/object/rights.tpl.src.php | 2+-
themes/default/templates/page/el.tpl.src.php | 3++-
themes/default/templates/start/applications.tpl.src.php | 19+++++++++++++++++++
themes/default/templates/start/projectmenu.tpl.src.php | 36++++++++++++++++++++++++++++++++++++
themes/default/templates/template/el.tpl.src.php | 4++++
themes/default/templates/template/listing.tpl.src.php | 5+++++
themes/default/templates/template/src.tpl.src.php | 4++++
themes/default/templates/tree/show.tpl.src.php | 10+++++-----
11 files changed, 82 insertions(+), 63 deletions(-)

diff --git a/themes/default/templates/file/prop.tpl.src.php b/themes/default/templates/file/prop.tpl.src.php @@ -56,7 +56,12 @@ page text text:FILE_mimetype cell class:filename text var:mimetype - + + row + cell + cell + link class:action action:file subaction:size + text key:menu_file_size row cell text text:message:id diff --git a/themes/default/templates/index/applications.tpl.src.php b/themes/default/templates/index/applications.tpl.src.php @@ -1,18 +0,0 @@ -page title:MENU_INDEX_APPLICATIONS - window width:600 icon:project - - row - cell colspan:2 - link action:index subaction:projectmenu - text raw:OpenRat - - list list:applications extract:true - - row - cell - link url:var:url - text var:name - cell - text var:description - - - \ No newline at end of file diff --git a/themes/default/templates/index/projectmenu.tpl.src.php b/themes/default/templates/index/projectmenu.tpl.src.php @@ -1,35 +0,0 @@ -page title:MENU_INDEX_PROJECTMENU - window title:GLOBAL_PROJECTS name:login width:600 icon:project - - row - cell class:logo colspan:2 - logo name:projectmenu - - list list:projects extract:true - row - cell colspan:3 - fieldset title:var:name - row - cell - link url:var:url title:message:TREE_CHOOSE_PROJECT - set var:project value:project - image type:project - text var:name maxlength:30 - cell -// list list:models key:model_id value:model_name -// list list:languages key:language_id value:language_name -// link action:index subaction:project id:var:id var1:languageid value1:var:language_id var2:modelid value2:var:model_id -// text text:var:model_name -// text raw:_-_ -// text text:var:language_name -// newline - form action:index subaction:project id:var:id - table widths:150px,150px - row - cell - radiobox list:models name:modelid default:var:defaultmodelid - cell - radiobox list:languages name:languageid default:var:defaultlanguageid - cell - button type:ok text:message:start - - \ No newline at end of file diff --git a/themes/default/templates/object/rights.tpl.src.php b/themes/default/templates/object/rights.tpl.src.php @@ -61,5 +61,5 @@ page row cell class:act colspan:15 button type:ok - link class:action action: subaction:aclform + link class:action action:var:actionName subaction:aclform text key:add \ No newline at end of file diff --git a/themes/default/templates/page/el.tpl.src.php b/themes/default/templates/page/el.tpl.src.php @@ -37,4 +37,5 @@ page text text:PAGE_ELEMENTS_DESC row cell colspan:3 - text raw:_ + link action:page subaction:form title:message:menu_page_form_desc class:action + text key:menu_page_form diff --git a/themes/default/templates/start/applications.tpl.src.php b/themes/default/templates/start/applications.tpl.src.php @@ -0,0 +1,18 @@ +page title:MENU_INDEX_APPLICATIONS + window width:600 icon:project + + row + cell colspan:2 + link action:index subaction:projectmenu + text raw:OpenRat + + list list:applications extract:true + + row + cell + link url:var:url + text var:name + cell + text var:description + + + \ No newline at end of file diff --git a/themes/default/templates/start/projectmenu.tpl.src.php b/themes/default/templates/start/projectmenu.tpl.src.php @@ -0,0 +1,35 @@ +page title:MENU_INDEX_PROJECTMENU + window title:GLOBAL_PROJECTS name:login width:600 icon:project + + row + cell class:logo colspan:2 + logo name:projectmenu + + list list:projects extract:true + row + cell colspan:3 + fieldset title:var:name + row + cell + link url:var:url title:message:TREE_CHOOSE_PROJECT + set var:project value:project + image type:project + text var:name maxlength:30 + cell +// list list:models key:model_id value:model_name +// list list:languages key:language_id value:language_name +// link action:index subaction:project id:var:id var1:languageid value1:var:language_id var2:modelid value2:var:model_id +// text text:var:model_name +// text raw:_-_ +// text text:var:language_name +// newline + form action:index subaction:project id:var:id + table widths:150px,150px + row + cell + radiobox list:models name:modelid default:var:defaultmodelid + cell + radiobox list:languages name:languageid default:var:defaultlanguageid + cell + button type:ok text:message:start + + \ No newline at end of file diff --git a/themes/default/templates/template/el.tpl.src.php b/themes/default/templates/template/el.tpl.src.php @@ -9,6 +9,10 @@ page cell text key:var:type prefix:EL_ + row + cell + link class:action action:template subaction:addel + text key:menu_template_addel if empty:el row cell colspan:2 diff --git a/themes/default/templates/template/listing.tpl.src.php b/themes/default/templates/template/listing.tpl.src.php @@ -12,3 +12,8 @@ page cell class:help text text:GLOBAL_NO_TEMPLATES_AVAILABLE_DESC + row + cell + link class:action action:template subaction:add + text key:menu_template_add + diff --git a/themes/default/templates/template/src.tpl.src.php b/themes/default/templates/template/src.tpl.src.php @@ -9,4 +9,8 @@ page row cell class:act button type:ok + if false:mode:edit + link class:action action:template subaction:srcelement + text key:menu_template_srcelement + focus field:src \ No newline at end of file diff --git a/themes/default/templates/tree/show.tpl.src.php b/themes/default/templates/tree/show.tpl.src.php @@ -1,13 +1,13 @@ part class:breadcrumb - link action:index subaction:projectmenu target:content + link action:start subaction:projectmenu target:content image icon:project align:left text title:message:project var:projectname maxlength:20 -link action:tree subaction:refresh class:action - image icon:project align:left - text key:refresh link action:tree subaction:openall class:action - text key:all + text key:open_all +link action:start subaction:projectmenu class:action target:content + #image icon:project align:left + text key:change_to table space:0 padding:0 class:tree list list:zeilen extract:true