openrat-cms

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

commit 00dc04b5f811fab2fd9e711274421aae2f2135f5
parent d91912120dc44423d43029ac47a691c4c0dfb9b2
Author: dankert <devnull@localhost>
Date:   Sun, 22 Mar 2009 21:03:05 +0100

CSS-Klasse "fx" entfernt.

Diffstat:
themes/default/templates/element/properties.tpl.src.php | 84++++++++++++++++++++++++++++++++++++++++----------------------------------------
themes/default/templates/element/remove.tpl.src.php | 2+-
themes/default/templates/file/editvalue.tpl.src.php | 4++--
themes/default/templates/file/remove.tpl.src.php | 2+-
themes/default/templates/folder/create.tpl.src.php | 20++++++++++----------
themes/default/templates/folder/createfile.tpl.src.php | 16++++++++--------
themes/default/templates/folder/createfolder.tpl.src.php | 8++++----
themes/default/templates/folder/createlink.tpl.src.php | 8++++----
themes/default/templates/folder/createpage.tpl.src.php | 12++++++------
themes/default/templates/folder/order.tpl.src.php | 12++++++------
themes/default/templates/folder/remove.tpl.src.php | 2+-
themes/default/templates/folder/select.tpl.src.php | 10+++++-----
themes/default/templates/folder/show.tpl.src.php | 6+++---
themes/default/templates/group/adduser.tpl.src.php | 2+-
themes/default/templates/group/edit.tpl.src.php | 2+-
themes/default/templates/group/remove.tpl.src.php | 2+-
themes/default/templates/group/rights.tpl.src.php | 2+-
themes/default/templates/group/users.tpl.src.php | 2+-
themes/default/templates/index/changepassword.tpl.src.php | 12++++++------
themes/default/templates/index/password.tpl.src.php | 4++--
themes/default/templates/index/register.tpl.src.php | 4++--
themes/default/templates/index/registeruserdata.tpl.src.php | 16++++++++--------
themes/default/templates/language/add.tpl.src.php | 2+-
themes/default/templates/language/advanced.tpl.src.php | 4++--
themes/default/templates/language/edit.tpl.src.php | 2+-
themes/default/templates/language/listing.tpl.src.php | 8++++----
themes/default/templates/language/remove.tpl.src.php | 2+-
themes/default/templates/model/add.tpl.src.php | 4++--
themes/default/templates/model/edit.tpl.src.php | 2+-
themes/default/templates/model/listing.tpl.src.php | 6+++---
themes/default/templates/model/remove.tpl.src.php | 2+-
themes/default/templates/object/aclform.tpl.src.php | 22+++++++++++-----------
themes/default/templates/object/rights.tpl.src.php | 2+-
themes/default/templates/page/changetemplate.tpl.src.php | 4++--
themes/default/templates/page/form.tpl.src.php | 12++++++------
themes/default/templates/page/pub.tpl.src.php | 2+-
themes/default/templates/page/src.tpl.src.php | 2+-
themes/default/templates/pageelement/advanced.tpl.src.php | 24++++++++++++------------
themes/default/templates/pageelement/archive.tpl.src.php | 18+++++++++---------
themes/default/templates/pageelement/edit.tpl.src.php | 10+++++-----
themes/default/templates/pageelement/editlink.tpl.src.php | 6+++---
themes/default/templates/pageelement/editlist.tpl.src.php | 6+++---
themes/default/templates/pageelement/editnumber.tpl.src.php | 10+++++-----
themes/default/templates/pageelement/editselect.tpl.src.php | 6+++---
themes/default/templates/pageelement/link.tpl.src.php | 6+++---
themes/default/templates/pageelement/show.tpl.src.php | 2+-
themes/default/templates/profile/edit.tpl.src.php | 4++--
themes/default/templates/project/export.tpl.src.php | 4++--
themes/default/templates/project/remove.tpl.src.php | 2+-
themes/default/templates/template/addel.tpl.src.php | 8++++----
themes/default/templates/template/edit.tpl.src.php | 2+-
themes/default/templates/template/el.tpl.src.php | 6+++---
themes/default/templates/template/listing.tpl.src.php | 2+-
themes/default/templates/template/remove.tpl.src.php | 2+-
themes/default/templates/user/addgroup.tpl.src.php | 2+-
themes/default/templates/user/listing.tpl.src.php | 4++--
themes/default/templates/user/remove.tpl.src.php | 8++++----
themes/default/templates/user/rights.tpl.src.php | 2+-
58 files changed, 221 insertions(+), 221 deletions(-)

diff --git a/themes/default/templates/element/properties.tpl.src.php b/themes/default/templates/element/properties.tpl.src.php @@ -3,9 +3,9 @@ page window name:GLOBAL_PREFS widths:30%,70% if present:subtype row - cell class:fx + cell text text:ELEMENT_SUBTYPE - cell class:fx + cell # Subtype ist eine Auswahlliste if present:subtypes @@ -17,97 +17,97 @@ page if present:with_icon row - cell class:fx + cell text text:EL_PROP_WITH_ICON - cell class:fx + cell checkbox name:with_icon if present:all_languages row - cell class:fx + cell text text:EL_PROP_ALL_LANGUAGES - cell class:fx + cell checkbox name:all_languages if present:writable row - cell class:fx + cell text text:EL_PROP_writable - cell class:fx + cell checkbox name:writable if present:width row - cell class:fx + cell text text:width - cell class:fx + cell input size:10 name:width if present:height row - cell class:fx + cell text text:height - cell class:fx + cell input size:10 name:height if present:dateformat row - cell class:fx + cell text text:EL_PROP_DATEFORMAT - cell class:fx + cell selectbox name:dateformat list:dateformats if present:format row - cell class:fx + cell text text:EL_PROP_FORMAT - cell class:fx + cell radiobox name:format list:formatlist if present:decimals row - cell class:fx + cell text text:EL_PROP_DECIMALS - cell class:fx + cell input size:10 maxlength:2 name:decimals if present:dec_point row - cell class:fx + cell text text:EL_PROP_DEC_POINT - cell class:fx + cell input size:10 maxlength:5 name:dec_point if present:thousand_sep row - cell class:fx + cell text text:EL_PROP_thousand_sep - cell class:fx + cell input size:10 maxlength:1 name:thousand_sep if present:default_text row - cell class:fx + cell text text:EL_PROP_default_text - cell class:fx + cell input size:40 maxlength:255 name:default_text if present:default_longtext row - cell class:fx + cell text text:EL_PROP_default_longtext - cell class:fx + cell inputarea rows:10 cols:40 name:default_longtext if present:parameters row - cell class:fx + cell text text:EL_PROP_DYNAMIC_PARAMETERS - cell class:fx + cell inputarea rows:15 cols:40 name:parameters row - cell class:fx - cell class:fx + cell + cell list list:dynamic_class_parameters key:paramName value:defaultValue text var:paramName text raw:_( @@ -118,44 +118,44 @@ page if present:select_items row - cell class:fx + cell text text:EL_PROP_select_items - cell class:fx + cell inputarea rows:15 cols:40 name:select_items if present:linkelement row - cell class:fx + cell text text:EL_LINK - cell class:fx + cell selectbox name:linkelement list:linkelements if present:name row - cell class:fx + cell text text:ELEMENT_NAME - cell class:fx + cell selectbox name:name list:names if present:folderobjectid row - cell class:fx + cell text text:EL_PROP_DEFAULT_FOLDEROBJECT - cell class:fx + cell selectbox name:folderobjectid list:folders if present:default_objectid row - cell class:fx + cell text text:EL_PROP_DEFAULT_OBJECT - cell class:fx + cell selectbox name:default_objectid list:objects if present:code row - cell class:fx + cell text text:EL_PROP_code - cell class:fx + cell inputarea name:code rows:35 cols:60 row diff --git a/themes/default/templates/element/remove.tpl.src.php b/themes/default/templates/element/remove.tpl.src.php @@ -5,7 +5,7 @@ page row cell text text:ELEMENT_NAME - cell class:fx + cell text var:name row cell colspan:2 diff --git a/themes/default/templates/file/editvalue.tpl.src.php b/themes/default/templates/file/editvalue.tpl.src.php @@ -2,9 +2,9 @@ page form window row - cell class:fx + cell text text:GLOBAL_VALUE - cell class:fx + cell inputarea cols:60 rows:35 name:value row cell class:act colspan:2 diff --git a/themes/default/templates/file/remove.tpl.src.php b/themes/default/templates/file/remove.tpl.src.php @@ -5,7 +5,7 @@ page row cell text text:GLOBAL_NAME - cell class:fx + cell text var:name row cell diff --git a/themes/default/templates/folder/create.tpl.src.php b/themes/default/templates/folder/create.tpl.src.php @@ -7,10 +7,10 @@ page row cell radio name:type value:folder - cell class:fx + cell label for:type_folder text text:global_folder - cell class:fx + cell input name:folder_name size:30 maxlength:250 default: class:name row @@ -19,10 +19,10 @@ page row cell radio name:type value:file - cell class:fx + cell label for:type_file text text:global_FILE - cell class:fx + cell upload name:file size:30 maxlength:var:maxlength newline text class:help key:file_max_size @@ -35,17 +35,17 @@ page row cell radio name:type value:page - cell class:fx + cell label for:type_page text text:global_TEMPLATE - cell class:fx + cell selectbox name:page_templateid list:templates row cell - cell class:fx + cell label for:type_page text text:global_NAME - cell class:fx + cell input name:page_name size:30 maxlength:250 class:name row @@ -54,10 +54,10 @@ page row cell radio name:type value:link - cell class:fx + cell label for:type_link text text:global_NAME - cell class:fx + cell row cell class:act colspan:3 diff --git a/themes/default/templates/folder/createfile.tpl.src.php b/themes/default/templates/folder/createfile.tpl.src.php @@ -7,9 +7,9 @@ page # cell colspan:2 # fieldset title:message:file row - cell class:fx + cell text text:global_FILE - cell class:fx + cell upload name:file maxlength:var:maxlength row cell colspan:2 @@ -19,22 +19,22 @@ page newline newline row - cell class:fx + cell text key:HTTP_URL - cell class:fx + cell input name:url size:50 row cell colspan:2 fieldset title:message:description row - cell class:fx + cell text text:global_NAME - cell class:fx + cell input name:name size:50 row - cell class:fx + cell text text:global_DESCRIPTION - cell class:fx + cell inputarea rows:5 cols:50 name:description newline row diff --git a/themes/default/templates/folder/createfolder.tpl.src.php b/themes/default/templates/folder/createfolder.tpl.src.php @@ -3,14 +3,14 @@ page window title: name: row - cell class:fx + cell text text:global_FOLDER - cell class:fx + cell input name:name size:20 default: row - cell class:fx + cell text text:global_DESCRIPTION - cell class:fx + cell inputarea rows:5 cols:50 name:description row cell class:act colspan:2 diff --git a/themes/default/templates/folder/createlink.tpl.src.php b/themes/default/templates/folder/createlink.tpl.src.php @@ -3,14 +3,14 @@ page window title: name: row - cell class:fx + cell text text:global_NAME - cell class:fx + cell input name:name size:20 default: row - cell class:fx + cell text text:global_DESCRIPTION - cell class:fx + cell inputarea rows:5 cols:50 name:description row cell class:act colspan:2 diff --git a/themes/default/templates/folder/createpage.tpl.src.php b/themes/default/templates/folder/createpage.tpl.src.php @@ -3,19 +3,19 @@ page window title: name: row - cell class:fx + cell text text:global_TEMPLATE - cell class:fx + cell selectbox name:templateid list:templates row - cell class:fx + cell text text:global_NAME - cell class:fx + cell input name:name size:20 row - cell class:fx + cell text text:global_DESCRIPTION - cell class:fx + cell inputarea rows:5 cols:50 name:description row cell class:act colspan:2 diff --git a/themes/default/templates/folder/order.tpl.src.php b/themes/default/templates/folder/order.tpl.src.php @@ -20,37 +20,37 @@ page list list:object extract:true row class:data - cell width:3% class:fx + cell width:3% if present:upurl link url:var:upurl title:GLOBAL_UP set var:bild value:arrow_up image file:var:bild if empty:upurl text raw:_ - cell width:3% class:fx + cell width:3% if present:topurl link url:var:topurl title:GLOBAL_TOP set var:bild value:arrow_top image file:var:bild if empty:topurl text raw:_ - cell width:3% class:fx + cell width:3% if present:bottomurl link url:var:bottomurl title:GLOBAL_BOTTOM set var:bild value:arrow_bottom image file:var:bild if empty:bottomurl text raw:_ - cell width:3% class:fx + cell width:3% if present:downurl link url:var:downurl title:GLOBAL_DOWN set var:bild value:arrow_down image file:var:bild if empty:downurl text raw:_ - cell width:40% class:fx + cell width:40% image type:var:icon text var:name - cell width:18% class:fx + cell width:18% date date:var:date \ No newline at end of file diff --git a/themes/default/templates/folder/remove.tpl.src.php b/themes/default/templates/folder/remove.tpl.src.php @@ -5,7 +5,7 @@ page row cell text text:GLOBAL_NAME - cell class:fx + cell text var:name row cell diff --git a/themes/default/templates/folder/select.tpl.src.php b/themes/default/templates/folder/select.tpl.src.php @@ -11,13 +11,13 @@ page list list:object extract:true row class:data - cell class:fx + cell if true:writable checkbox name:var:id if false:writable text raw:_ - cell class:fx + cell # link url:var:url target:cms_main title:desc label for:var:id image type:var:icon @@ -25,7 +25,7 @@ page text raw:_ row - cell colspan:2 class:fx + cell colspan:2 image fileext:tree_none_end.gif align:left text raw:_ link url::javascript:mark(); @@ -37,7 +37,7 @@ page link url::javascript:flip(); text key:FOLDER_FLIP_MARK row - cell class:fx colspan:2 + cell colspan:2 list list:actionlist extract:true radio name:type value:var:type @@ -51,7 +51,7 @@ page if empty:object row - cell class:fx colspan:2 + cell colspan:2 text text:GLOBAL_NOT_FOUND insert script:mark \ No newline at end of file diff --git a/themes/default/templates/folder/show.tpl.src.php b/themes/default/templates/folder/show.tpl.src.php @@ -2,7 +2,7 @@ page class:main window widths:75%,25% if present:up_url row - cell width:50% colspan:8 class:fx + cell width:50% colspan:8 link url:var:up_url target:cms_main image type:folder text raw:__.._____________ @@ -21,11 +21,11 @@ page class:main image type:var:icon text var:name text raw:_ - cell class:fx + cell date date:var:date if empty:object row - cell class:fx colspan:2 + cell colspan:2 text text:GLOBAL_NOT_FOUND \ No newline at end of file diff --git a/themes/default/templates/group/adduser.tpl.src.php b/themes/default/templates/group/adduser.tpl.src.php @@ -3,7 +3,7 @@ page window icon:project name:GLOBAL_GROUPS row - cell class:fx + cell selectbox name:userid list:users multiple:true size:15 row cell class:act diff --git a/themes/default/templates/group/edit.tpl.src.php b/themes/default/templates/group/edit.tpl.src.php @@ -5,7 +5,7 @@ page row cell text text:GLOBAL_NAME - cell class:fx + cell input name:name row cell colspan:2 diff --git a/themes/default/templates/group/remove.tpl.src.php b/themes/default/templates/group/remove.tpl.src.php @@ -5,7 +5,7 @@ page row cell text text:GLOBAL_NAME - cell class:fx + cell text var:name row cell diff --git a/themes/default/templates/group/rights.tpl.src.php b/themes/default/templates/group/rights.tpl.src.php @@ -9,7 +9,7 @@ page if empty:acls row - cell class:fx + cell text text:GLOBAL_NOT_FOUND if not:true empty:acls row diff --git a/themes/default/templates/group/users.tpl.src.php b/themes/default/templates/group/users.tpl.src.php @@ -2,7 +2,7 @@ page window icon:user name:GROUP_MEMBERSHIPS list list:memberships extract:true row class:data - cell class:fx + cell image file:icon_user text var:name cell diff --git a/themes/default/templates/index/changepassword.tpl.src.php b/themes/default/templates/index/changepassword.tpl.src.php @@ -6,19 +6,19 @@ page cell class:logo colspan:2 logo name:changepassword row - cell class:fx width:50% + cell width:50% text text:USER_PASSWORD - cell class:fx width:50% + cell width:50% password name:password_old default: size:25 row - cell class:fx width:50% + cell width:50% text text:USER_NEW_PASSWORD - cell class:fx width:50% + cell width:50% password name:password_new_1 default: size:25 row - cell class:fx width:50% + cell width:50% text text:USER_NEW_PASSWORD_REPEAT - cell class:fx width:50% + cell width:50% password name:password_new_2 default: size:25 row diff --git a/themes/default/templates/index/password.tpl.src.php b/themes/default/templates/index/password.tpl.src.php @@ -12,9 +12,9 @@ page input type:text name:username value: size:30 row - cell class:fx width:50% + cell width:50% text text:GLOBAL_DATABASE - cell class:fx width:50% + cell width:50% selectbox name:dbid list:dbids default:actdbid row diff --git a/themes/default/templates/index/register.tpl.src.php b/themes/default/templates/index/register.tpl.src.php @@ -6,9 +6,9 @@ page cell class:logo colspan:2 logo name:register row - cell class:fx width:50% + cell width:50% text text:USER_MAIL - cell class:fx width:50% + cell width:50% input name:mail default: size:25 diff --git a/themes/default/templates/index/registeruserdata.tpl.src.php b/themes/default/templates/index/registeruserdata.tpl.src.php @@ -6,24 +6,24 @@ page cell class:logo colspan:2 logo name:register row - cell class:fx width:50% + cell width:50% text text:USER_REGISTER_CODE - cell class:fx width:50% + cell width:50% input name:code default: size:25 row - cell class:fx width:50% + cell width:50% text text:USER_USERNAME - cell class:fx width:50% + cell width:50% input type:text name:username value: size:25 row - cell class:fx width:50% + cell width:50% text text:USER_PASSWORD - cell class:fx width:50% + cell width:50% password name:password default: size:25 row - cell class:fx width:50% + cell width:50% text text:GLOBAL_DATABASE - cell class:fx width:50% + cell width:50% selectbox name:dbid list:dbids default:actdbid row diff --git a/themes/default/templates/language/add.tpl.src.php b/themes/default/templates/language/add.tpl.src.php @@ -5,7 +5,7 @@ page row cell text text:LANGUAGE_ISOCODE - cell class:fx + cell selectbox list:isocodes name:isocode row cell class:act colspan:2 diff --git a/themes/default/templates/language/advanced.tpl.src.php b/themes/default/templates/language/advanced.tpl.src.php @@ -5,12 +5,12 @@ page row cell text text:GLOBAL_NAME - cell class:fx + cell input name:name row cell text text:LANGUAGE_ISOCODE - cell class:fx + cell input name:isocode row cell colspan:2 diff --git a/themes/default/templates/language/edit.tpl.src.php b/themes/default/templates/language/edit.tpl.src.php @@ -5,7 +5,7 @@ page row cell text text:GLOBAL_LANGUAGE - cell class:fx + cell selectbox list:isocodes name:isocode row cell colspan:2 diff --git a/themes/default/templates/language/listing.tpl.src.php b/themes/default/templates/language/listing.tpl.src.php @@ -2,21 +2,21 @@ page window icon:language list list:el extract:true row class:data - cell class:fx + cell link url:var:url target:cms_main image file:icon_language text var:name - cell class:fx + cell text var:isocode - cell class:fx + cell if present:default_url link url:var:default_url target:cms_main_main text text:GLOBAL_make_default else text text:GLOBAL_is_default - cell class:fx + cell if present:select_url link url:var:select_url target:config:interface/frames/top text text:GLOBAL_select diff --git a/themes/default/templates/language/remove.tpl.src.php b/themes/default/templates/language/remove.tpl.src.php @@ -5,7 +5,7 @@ page row cell text text:GLOBAL_NAME - cell class:fx + cell text text:var:name row cell diff --git a/themes/default/templates/model/add.tpl.src.php b/themes/default/templates/model/add.tpl.src.php @@ -3,9 +3,9 @@ page window icon:project name:GLOBAL_PROJECTS row - cell class:fx + cell text key:global_name - cell class:fx + cell input name:name row cell colspan:2 class:act diff --git a/themes/default/templates/model/edit.tpl.src.php b/themes/default/templates/model/edit.tpl.src.php @@ -5,7 +5,7 @@ page row cell text text:GLOBAL_NAME - cell class:fx + cell input name:name row cell colspan:2 diff --git a/themes/default/templates/model/listing.tpl.src.php b/themes/default/templates/model/listing.tpl.src.php @@ -2,17 +2,17 @@ page window icon:group name:GLOBAL_MODELS widths:50%,25%,25% list list:el extract:true row class:data - cell class:fx + cell link url:var:url target:cms_main image file:icon_model text var:name - cell class:fx + cell if present:default_url link url:var:default_url target:cms_main text text:GLOBAL_make_default else text text:GLOBAL_is_default - cell class:fx + cell if present:select_url link url:var:select_url target:config:interface/frames/top text text:GLOBAL_select diff --git a/themes/default/templates/model/remove.tpl.src.php b/themes/default/templates/model/remove.tpl.src.php @@ -5,7 +5,7 @@ page row cell text text:GLOBAL_NAME - cell class:fx + cell text text:var:name row cell diff --git a/themes/default/templates/object/aclform.tpl.src.php b/themes/default/templates/object/aclform.tpl.src.php @@ -9,29 +9,29 @@ page fieldset title:message:users row - cell class:fx width:10px + cell width:10px radio name:type value:all - cell class:fx + cell label for:type value:all text text:GLOBAL_ALL - cell class:fx + cell text raw:_ row - cell class:fx width:10px + cell width:10px radio name:type value:user - cell class:fx + cell label for:type value:user text text:GLOBAL_USER - cell class:fx + cell selectbox name:userid list:users addempty:true if present:groups row - cell class:fx width:10px + cell width:10px radio name:type value:group - cell class:fx + cell label for:type value:group text text:GLOBAL_GROUP - cell class:fx + cell selectbox name:groupid list:groups addempty:true row @@ -40,10 +40,10 @@ page row cell width:10px text raw:_ - cell class:fx + cell label for:languageid text text:GLOBAL_LANGUAGE - cell class:fx + cell selectbox name:languageid list:languages row diff --git a/themes/default/templates/object/rights.tpl.src.php b/themes/default/templates/object/rights.tpl.src.php @@ -5,7 +5,7 @@ page if empty:acls row - cell class:fx + cell text text:GLOBAL_NOT_FOUND if not:true empty:acls row diff --git a/themes/default/templates/page/changetemplate.tpl.src.php b/themes/default/templates/page/changetemplate.tpl.src.php @@ -2,9 +2,9 @@ page form window row - cell class:fx + cell text text:page_template_old - cell class:fx + cell link url:template_url image type:template text var:template_name diff --git a/themes/default/templates/page/form.tpl.src.php b/themes/default/templates/page/form.tpl.src.php @@ -4,7 +4,7 @@ page if empty:el row - cell colspan:4 class:fx + cell colspan:4 text text:GLOBAL_NOT_FOUND if empty:el invert:true row @@ -17,13 +17,13 @@ page list list:el extract:true row class:data - cell class:fx + cell label for:var:saveid image elementtype:var:type text var:name - cell class:fx + cell checkbox name:var:saveid default:false readonly:false - cell class:fx + cell if value:var:type contains:text,date,number input index:true type:text name:var:id default:var:value size:40 maxlength:255 onchange:onchange if value:var:type equals:longtext @@ -40,7 +40,7 @@ page if present:release row - cell colspan:3 class:fx + cell colspan:3 checkbox name:release label for:release text raw:_ @@ -48,7 +48,7 @@ page if present:publish row - cell colspan:3 class:fx + cell colspan:3 checkbox name:publish label for:publish text raw:_ diff --git a/themes/default/templates/page/pub.tpl.src.php b/themes/default/templates/page/pub.tpl.src.php @@ -2,7 +2,7 @@ page form window row - cell class:fx + cell checkbox name:files text raw:_ text text:global_files diff --git a/themes/default/templates/page/src.tpl.src.php b/themes/default/templates/page/src.tpl.src.php @@ -1,6 +1,6 @@ page window icon:page row - cell class:fx + cell text var:src escape:false type:preformatted \ No newline at end of file diff --git a/themes/default/templates/pageelement/advanced.tpl.src.php b/themes/default/templates/pageelement/advanced.tpl.src.php @@ -54,9 +54,9 @@ page row - cell class:fx colspan:2 + cell colspan:2 text key:date - cell class:fx colspan:5 + cell colspan:5 selectbox name:year list:all_years text raw:_-_ selectbox name:month list:all_months @@ -64,9 +64,9 @@ page selectbox name:day list:all_days row - cell class:fx colspan:2 + cell colspan:2 text key:date_time - cell class:fx colspan:5 + cell colspan:5 selectbox name:hour list:all_hours text raw:_-_ selectbox name:minute list:all_minutes @@ -80,14 +80,14 @@ page if value:var:type equals:text row - cell colspan:2 class:fx + cell colspan:2 input size:50 maxlength:255 class:text name:text focus field:text if value:var:type equals:longtext row - cell colspan:2 class:fx + cell colspan:2 if value:var:editor equals:html editor type:html name:text @@ -104,26 +104,26 @@ page if value:var:type equals:link row - cell colspan:2 class:fx + cell colspan:2 selectbox list:objects name:linkobjectid focus field:linkobjectid if value:var:type equals:list row - cell colspan:2 class:fx + cell colspan:2 selectbox list:objects name:linkobjectid focus field:linkobjectid if value:var:type equals:number row - cell colspan:2 class:fx + cell colspan:2 hidden name:decimals default:decimals input size:15 maxlength:20 name:number focus field:number if value:var:type equals:select row - cell colspan:2 class:fx + cell colspan:2 selectbox list:items name:text focus field:text @@ -136,14 +136,14 @@ page if present:release row - cell colspan:2 class:fx + cell colspan:2 checkbox name:release label for:release text text:GLOBAL_RELEASE if present:publish row - cell colspan:2 class:fx + cell colspan:2 checkbox name:publish label for:publish text text:PAGE_PUBLISH_AFTER_SAVE diff --git a/themes/default/templates/pageelement/archive.tpl.src.php b/themes/default/templates/pageelement/archive.tpl.src.php @@ -20,26 +20,26 @@ page if empty:el row - cell class:fx colspan:8 + cell colspan:8 text text:GLOBAL_NOT_FOUND list list:el extract:true row - cell class:fx + cell text var:lfd_nr - cell class:fx + cell if present:compareid radio name:compareid value:var:id - cell class:fx + cell if present:compareid radio name:withid value:var:id - cell class:fx + cell date date:var:date - cell class:fx + cell text var:user - cell class:fx + cell text var:value - cell class:fx + cell if true:var:public text key:GLOBAL_PUBLIC type:strong else @@ -49,7 +49,7 @@ page else text key:GLOBAL_INACTIVE type:emphatic - cell class:fx + cell if true:var:active text key:GLOBAL_ACTIVE type:emphatic else diff --git a/themes/default/templates/pageelement/edit.tpl.src.php b/themes/default/templates/pageelement/edit.tpl.src.php @@ -86,19 +86,19 @@ page # if value:var:type equals:date # row -# cell colspan:2 class:fx +# cell colspan:2 # input size:25 maxlength:25 class:ansidate name:ansidate # focus field:ansidate if value:var:type equals:text row - cell colspan:2 class:fx + cell colspan:2 input size:50 maxlength:255 class:text name:text focus field:text if value:var:type equals:longtext row - cell colspan:2 class:fx + cell colspan:2 //focus field:text if value:var:editor equals:html @@ -212,14 +212,14 @@ page if present:release row - cell colspan:2 class:fx + cell colspan:2 checkbox name:release label for:release text text:GLOBAL_RELEASE if present:publish row - cell colspan:2 class:fx + cell colspan:2 checkbox name:publish label for:publish text text:PAGE_PUBLISH_AFTER_SAVE diff --git a/themes/default/templates/pageelement/editlink.tpl.src.php b/themes/default/templates/pageelement/editlink.tpl.src.php @@ -6,19 +6,19 @@ page text var:desc row - cell colspan:2 class:fx + cell colspan:2 selectbox list:objects name:linkobjectid if present:release row - cell colspan:2 class:fx + cell colspan:2 checkbox name:release text raw:_ text text:GLOBAL_RELEASE if present:publish row - cell colspan:2 class:fx + cell colspan:2 checkbox name:publish text raw:_ text text:PAGE_PUBLISH_AFTER_SAVE diff --git a/themes/default/templates/pageelement/editlist.tpl.src.php b/themes/default/templates/pageelement/editlist.tpl.src.php @@ -6,19 +6,19 @@ page text var:desc row - cell colspan:2 class:fx + cell colspan:2 selectbox list:objects name:linkobjectid if present:release row - cell colspan:2 class:fx + cell colspan:2 checkbox name:release text raw:_ text text:GLOBAL_RELEASE if present:publish row - cell colspan:2 class:fx + cell colspan:2 checkbox name:publish text raw:_ text text:PAGE_PUBLISH_AFTER_SAVE diff --git a/themes/default/templates/pageelement/editnumber.tpl.src.php b/themes/default/templates/pageelement/editnumber.tpl.src.php @@ -6,26 +6,26 @@ page text var:desc row - cell colspan:2 class:fx + cell colspan:2 hidden name:decimals default:decimals input size:15 maxlength:20 name:number row - cell class:fx + cell text text:global_decimals - cell class:fx + cell text var:decimals if present:release row - cell colspan:2 class:fx + cell colspan:2 checkbox name:release text raw:_ text text:GLOBAL_RELEASE if present:publish row - cell colspan:2 class:fx + cell colspan:2 checkbox name:publish text raw:_ text text:PAGE_PUBLISH_AFTER_SAVE diff --git a/themes/default/templates/pageelement/editselect.tpl.src.php b/themes/default/templates/pageelement/editselect.tpl.src.php @@ -6,19 +6,19 @@ page text var:desc row - cell colspan:2 class:fx + cell colspan:2 selectbox list:items name:text if present:release row - cell colspan:2 class:fx + cell colspan:2 checkbox name:release text raw:_ text text:GLOBAL_RELEASE if present:publish row - cell colspan:2 class:fx + cell colspan:2 checkbox name:publish text raw:_ text text:PAGE_PUBLISH_AFTER_SAVE diff --git a/themes/default/templates/pageelement/link.tpl.src.php b/themes/default/templates/pageelement/link.tpl.src.php @@ -6,7 +6,7 @@ page text var:desc row - cell colspan:2 class:fx + cell colspan:2 selectbox list:objects name:linkobjectid if present:release @@ -17,7 +17,7 @@ page if present:release row - cell colspan:2 class:fx + cell colspan:2 checkbox name:release label for:release text raw:_ @@ -25,7 +25,7 @@ page if present:publish row - cell colspan:2 class:fx + cell colspan:2 checkbox name:publish label for:publish text raw:_ diff --git a/themes/default/templates/pageelement/show.tpl.src.php b/themes/default/templates/pageelement/show.tpl.src.php @@ -1,6 +1,6 @@ page window name:element row - cell colspan:2 class:fx + cell colspan:2 text var:value escape:false diff --git a/themes/default/templates/profile/edit.tpl.src.php b/themes/default/templates/profile/edit.tpl.src.php @@ -4,7 +4,7 @@ page row cell text text:user_username - cell class:fx + cell text var:name class:name row @@ -37,7 +37,7 @@ page row cell text text:user_style - cell class:fx + cell selectbox name:style list:allstyles default:config:interface/style/default row diff --git a/themes/default/templates/project/export.tpl.src.php b/themes/default/templates/project/export.tpl.src.php @@ -2,9 +2,9 @@ page form window icon:project name:GLOBAL_PROJECT widths:30%,70% row - cell class:fx width:50% + cell width:50% text key:GLOBAL_DATABASE - cell class:fx width:50% + cell width:50% selectbox name:dbid list:dbids default:actdbid row diff --git a/themes/default/templates/project/remove.tpl.src.php b/themes/default/templates/project/remove.tpl.src.php @@ -5,7 +5,7 @@ page row cell text text:GLOBAL_NAME - cell class:fx + cell text var:name row cell diff --git a/themes/default/templates/template/addel.tpl.src.php b/themes/default/templates/template/addel.tpl.src.php @@ -3,15 +3,15 @@ page window name:GLOBAL_TEMPLATES row - cell class:fx + cell text text:global_name - cell class:fx + cell input name:name row - cell class:fx + cell text text:element_type - cell class:fx + cell set var:text value:text selectbox list:types default:text name:type diff --git a/themes/default/templates/template/edit.tpl.src.php b/themes/default/templates/template/edit.tpl.src.php @@ -1,5 +1,5 @@ page window name:TEMPLATE_SHOW row - cell class:fx + cell text var:text escape:false type:code diff --git a/themes/default/templates/template/el.tpl.src.php b/themes/default/templates/template/el.tpl.src.php @@ -2,14 +2,14 @@ page window name:TEMPLATE_ELEMENTS list list:el extract:true row class:data - cell class:fx + cell link url:var:url title:var:desc image elementtype:var:type text var:name - cell class:fx + cell text key:var:type prefix:EL_ if empty:el row - cell colspan:2 class:fx + cell colspan:2 text key:GLOBAL_NOT_FOUND \ No newline at end of file diff --git a/themes/default/templates/template/listing.tpl.src.php b/themes/default/templates/template/listing.tpl.src.php @@ -3,7 +3,7 @@ page list list:templates extract:true row class:data - cell class:fx + cell link url:var:url target:cms_main text var:name diff --git a/themes/default/templates/template/remove.tpl.src.php b/themes/default/templates/template/remove.tpl.src.php @@ -5,7 +5,7 @@ page row cell text text:GLOBAL_NAME - cell class:fx + cell text var:name row cell colspan:2 diff --git a/themes/default/templates/user/addgroup.tpl.src.php b/themes/default/templates/user/addgroup.tpl.src.php @@ -2,7 +2,7 @@ page form window name:USER_MEMBERSHIPS width:70% row - cell class:fx + cell image icon:group selectbox name:groupid list:groups row diff --git a/themes/default/templates/user/listing.tpl.src.php b/themes/default/templates/user/listing.tpl.src.php @@ -2,11 +2,11 @@ page window icon:user name:GLOBAL_USERS width:70% list list:el extract:true row class:data - cell class:fx + cell link url:var:url target:cms_main title:desc image type:user text var:name - cell class:fx + cell text value:var:fullname if true:var:isAdmin text raw:_( diff --git a/themes/default/templates/user/remove.tpl.src.php b/themes/default/templates/user/remove.tpl.src.php @@ -2,13 +2,13 @@ page form window name:GLOBAL_USER row - cell class:fx + cell text text:user_username - cell class:fx + cell text var:name row - cell class:fx - cell class:fx + cell + cell checkbox name:confirm label for:confirm text text:delete diff --git a/themes/default/templates/user/rights.tpl.src.php b/themes/default/templates/user/rights.tpl.src.php @@ -9,7 +9,7 @@ page if empty:acls row - cell class:fx + cell text text:GLOBAL_NOT_FOUND if not:true empty:acls row