openrat-cms

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

commit b0399f43d2efb08c6cdd15342115a5db801f7296
parent 0d9ac9dcd74caf4bf57539b4a2bf8bd3682b01f5
Author: dankert <devnull@localhost>
Date:   Thu, 11 Sep 2008 20:54:44 +0200

Bildgroessen-Aenderung nur im Edit-Modus anzeigen.

Diffstat:
themes/default/templates/file/size.tpl.src.php | 103++++++++++++++++++++++++++++++++++++++++---------------------------------------
1 file changed, 52 insertions(+), 51 deletions(-)

diff --git a/themes/default/templates/file/size.tpl.src.php b/themes/default/templates/file/size.tpl.src.php @@ -8,56 +8,57 @@ page cell text text:var:width text raw:_*_ - text text:var:height - row - cell colspan:3 - fieldset title:message:IMAGE_NEW_SIZE - row - cell - radio name:type value:factor - cell - label for:type_factor - text text:FILE_IMAGE_SIZE_FACTOR - cell - selectbox name:factor list:factors - set var:factor value:1 - - row - cell - radio name:type value:input - cell - label for:type_input - text text:FILE_IMAGE_NEW_WIDTH_HEIGHT - cell - input name:width size:10 - text raw:_*_ - input name:height size:10 - - row - cell colspan:3 - fieldset title:message:options - row - cell colspan:2 - label for:format - text text:FILE_IMAGE_FORMAT - cell - selectbox name:format list:formats - - row - cell colspan:2 - label for:jpeglist_compression - text text:FILE_IMAGE_JPEG_COMPRESSION - cell - set var:jpeg_compression value:70 - selectbox list:jpeglist name:jpeg_compression - row - cell - cell - cell - checkbox name:copy - label for:copy - text text:message:copy + text text:var:height + if true:mode:edit + row + cell colspan:3 + fieldset title:message:IMAGE_NEW_SIZE + row + cell + radio name:type value:factor + cell + label for:type_factor + text text:FILE_IMAGE_SIZE_FACTOR + cell + selectbox name:factor list:factors + set var:factor value:1 + + row + cell + radio name:type value:input + cell + label for:type_input + text text:FILE_IMAGE_NEW_WIDTH_HEIGHT + cell + input name:width size:10 + text raw:_*_ + input name:height size:10 + + row + cell colspan:3 + fieldset title:message:options + row + cell colspan:2 + label for:format + text text:FILE_IMAGE_FORMAT + cell + selectbox name:format list:formats + + row + cell colspan:2 + label for:jpeglist_compression + text text:FILE_IMAGE_JPEG_COMPRESSION + cell + set var:jpeg_compression value:70 + selectbox list:jpeglist name:jpeg_compression + row + cell + cell + cell + checkbox name:copy + label for:copy + text text:message:copy row cell class:act colspan:3 button type:ok - focus field:width- \ No newline at end of file + focus field:width+ \ No newline at end of file