openrat-cms

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

commit b18484d7eb1753535bbf5b7acabe73b1dba804cf
parent 5981987b6b9e87c803c5888b988500fdab5a795f
Author: dankert <devnull@localhost>
Date:   Wed, 31 Jan 2007 23:23:49 +0100

Neues Element "label"

Diffstat:
themes/default/include/elements.ini.php | 3++-
themes/default/include/html/label-end.inc.php | 2++
themes/default/include/html/label.inc.php | 2++
3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/themes/default/include/elements.ini.php b/themes/default/include/elements.ini.php @@ -21,11 +21,12 @@ image = config,file,url,icon,align:left,type,elementtype input = class:,default:,type:text,index,name:*,prefix,value,size:40,maxlength:256,onchange: inputarea= name,rows:10,cols:40,value,index,onchange,prefix,class:,default insert = file:* +label = for:* link = title:,config,target:_self,var,url,class:,action,subaction,id,var1,value1 list = list:*,extract:false,key:list_key,value:list_value logo = name:* newline = -page = class:main title:var:cms_title +page = class:main,title:var:cms_title password = name:*,default:,class:,size:40,maxlength:256 radio = readonly,name:*,value,default,prefix,suffix raw = diff --git a/themes/default/include/html/label-end.inc.php b/themes/default/include/html/label-end.inc.php @@ -0,0 +1 @@ +</label>+ \ No newline at end of file diff --git a/themes/default/include/html/label.inc.php b/themes/default/include/html/label.inc.php @@ -0,0 +1 @@ +<label for="id<?php echo $attr_for ?>">+ \ No newline at end of file