openrat-cms

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

commit 7173382255317525b6bc7554b637ba0b87124867
parent 62e75623f86bb371107faf911503de9296489f21
Author: dankert <devnull@localhost>
Date:   Tue, 11 Dec 2007 01:21:11 +0100

Selectbox kann nun Sprachumwandlung vornehmen und, falls aktiviert, ein title-Tag pro Option erzeugen.

Diffstat:
actionClasses/ElementAction.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/actionClasses/ElementAction.class.php b/actionClasses/ElementAction.class.php @@ -123,7 +123,7 @@ class ElementAction extends Action $types = array(); foreach( $this->element->getAvailableTypes() as $t ) - $types[ $t ] = lang('EL_'.$t); + $types[ $t ] = 'EL_'.$t; // Code-Element nur fuer Administratoren (da voller Systemzugriff!) if ( !$this->userIsAdmin() )