openrat-cms

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

commit ec3f506093d3b89e9b19c6f038aa5caf1b3b8d28
parent dc35e6b49e962e8b366c6e2503313705b20e37a5
Author: Jan Dankert <devnull@localhost>
Date:   Tue, 15 Jul 2014 01:00:40 +0200

Tippfehler behoben (Variablenname $subActionName)

Diffstat:
themes/default/include/html/input.inc.php | 4++--
themes/default/templates/project/edit.tpl.src.xml | 1+
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/themes/default/include/html/input.inc.php b/themes/default/include/html/input.inc.php @@ -10,4 +10,4 @@ if ($attr_readonly) { /* Nur anzeigen */ ?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $attr_name ?>" name="<?php echo $attr_name ?>" value="<?php echo $tmp_value ?>" /><?php - } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subactionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $attr_class ?>"><?php echo $tmp_value ?></span></a><?php } ?>- \ No newline at end of file + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $attr_class ?>"><?php echo $tmp_value ?></span></a><?php } ?>+ \ No newline at end of file diff --git a/themes/default/templates/project/edit.tpl.src.xml b/themes/default/templates/project/edit.tpl.src.xml @@ -28,6 +28,7 @@ <part class="input"> <input name="cmd_after_publish" class="filename" readonly="!config:publish/project/override_system_command"></input> + </part> </part> </group>