openrat-cms

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

commit c17b972f709bb402b25d426d27093b4bf7a4112a
parent 32237e7c14630c96afc2adfd2dc4290c5f345b2b
Author: dankert <devnull@localhost>
Date:   Fri, 21 Jan 2011 22:39:24 +0100

Umstellung der Eingabemasken auf tabellenloses Layout...

Diffstat:
themes/default/css/base.css | 19-------------------
themes/default/css/default.css | 22++++++++++++++++++++++
themes/default/templates/profile/settings.tpl.src.php | 15++++++++-------
themes/default/templates/project/add.tpl.src.php | 25++++++++++---------------
themes/default/templates/project/edit.tpl.src.php | 87+++++++++++++++++++++++++++++++++----------------------------------------------
themes/default/templates/project/remove.tpl.src.php | 11+++++------
6 files changed, 81 insertions(+), 98 deletions(-)

diff --git a/themes/default/css/base.css b/themes/default/css/base.css @@ -596,25 +596,6 @@ textarea.longtext border:1px solid black; } -/* Eingabfeld fuer Namen */ -input.name, -td.name -{ - font-weight:bold; -} - - -/* Eingabfelder fuer Dateiname */ -input.filename, -input.extension, -input.ansidate, -td.filename, -td.extension, -td.ansidate -{ - font-family:Courier; - font-size:13px; -} diff --git a/themes/default/css/default.css b/themes/default/css/default.css @@ -63,3 +63,25 @@ legend { font-weight:bold; } + + + +/* Eingabfeld fuer Namen */ +fieldset > div input.name, +fieldset > div span.name +{ + font-weight:bold; +} + + +/* Eingabfelder fuer Dateiname */ +fieldset > div input.filename, +fieldset > div input.extension, +fieldset > div input.ansidate, +fieldset > div span.filename, +fieldset > div span.extension, +fieldset > div span.ansidate +{ + font-family:Courier; + font-size:14px; +} diff --git a/themes/default/templates/profile/settings.tpl.src.php b/themes/default/templates/profile/settings.tpl.src.php @@ -4,13 +4,14 @@ page row cell fieldset title:message:settings - checkbox name:always_edit - label for:always_edit - text key:setting_always_edit - newline - checkbox name:ignore_ok_notices - label for:ignore_ok_notices - text key:setting_ignore_ok_notices + part + checkbox name:always_edit + label for:always_edit + text key:setting_always_edit + part + checkbox name:ignore_ok_notices + label for:ignore_ok_notices + text key:setting_ignore_ok_notices fieldset title:message:timezone selectbox name:timezone_offset list:timezone_list addempty:true diff --git a/themes/default/templates/project/add.tpl.src.php b/themes/default/templates/project/add.tpl.src.php @@ -9,21 +9,16 @@ page input name:name row cell colspan:3 - fieldset title:message:options - row - cell - radio name:type value:empty - cell - label for:type_empty - text key:empty - row - cell - radio name:type value:copy - cell - label for:type_copy - text key:copy - cell - selectbox name:projectid list:projects + fieldset title:message:options + part + radio name:type value:empty + label for:type_empty + text key:empty + part + radio name:type value:copy + label for:type_copy + text key:copy + selectbox name:projectid list:projects row cell class:act colspan:3 button type:ok diff --git a/themes/default/templates/project/edit.tpl.src.php b/themes/default/templates/project/edit.tpl.src.php @@ -3,60 +3,45 @@ page window icon:project name:GLOBAL_PROJECT row cell colspan:2 - fieldset title:message:NAME - row - cell - text text:PROJECT_NAME - cell - input name:name size:30 class:name + fieldset title:message:NAME + part + label for:name + text text:PROJECT_NAME + input name:name size:30 class:name - row - cell colspan:2 - fieldset title:message:PUBLISH - row - cell - text text:PROJECT_TARGET_DIR - cell - input name:target_dir size:50 class:filename - - row - cell - text text:PROJECT_CMD_AFTER_PUBLISH - cell - input name:cmd_after_publish class:filename size:50 readonly:!config:publish/project/override_system_command - - row - cell colspan:2 - fieldset title:message:project_FTP - row - cell - text text:PROJECT_FTP_URL - cell - input name:ftp_url class:filename size:50 readonly:!config:publish/ftp/enable + fieldset title:message:PUBLISH - row - cell - cell - checkbox name:ftp_passive readonly:!config:publish/ftp/enable - label for:ftp_passive - text text:PROJECT_FTP_PASSIVE + part + label for:filename + text text:PROJECT_TARGET_DIR + input name:target_dir size:50 class:filename + + part + label for:cmd_after_publish + text text:PROJECT_CMD_AFTER_PUBLISH + input name:cmd_after_publish class:filename size:50 readonly:!config:publish/project/override_system_command + + fieldset title:message:project_FTP + part + label for:filename + text text:PROJECT_FTP_URL + input name:ftp_url class:filename size:50 readonly:!config:publish/ftp/enable + + part + checkbox name:ftp_passive readonly:!config:publish/ftp/enable + label for:ftp_passive + text text:PROJECT_FTP_PASSIVE - row - cell colspan:2 - fieldset title:message:options - row -// cell - cell colspan:2 - checkbox name:content_negotiation - label for:content_negotiation - text text:PROJECT_CONTENT_NEGOTIATION - - row -// cell - cell colspan:2 - checkbox name:cut_index - label for:cut_index - text text:PROJECT_CUT_INDEX + fieldset title:message:options + part + checkbox name:content_negotiation + label for:content_negotiation + text text:PROJECT_CONTENT_NEGOTIATION + part + checkbox name:cut_index + label for:cut_index + text text:PROJECT_CUT_INDEX + row cell colspan:2 class:act button type:ok \ No newline at end of file diff --git a/themes/default/templates/project/remove.tpl.src.php b/themes/default/templates/project/remove.tpl.src.php @@ -1,7 +1,7 @@ page form method:post - window icon:group name:GLOBAL_PROJECT widths:20%,80% + window row cell text text:GLOBAL_NAME @@ -10,11 +10,10 @@ page row cell colspan:2 fieldset title:message:options - row - cell colspan:2 - checkbox name:delete - label for:delete - text text:CONFIRM_DELETE + part + checkbox name:delete + label for:delete + text text:CONFIRM_DELETE row cell colspan:2 class:act button type:ok