Einchecken des OnlineStands
This commit is contained in:
14
administrator/templates/cs_l1/tpl_input.php
Normal file
14
administrator/templates/cs_l1/tpl_input.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
extract( $this -> _data );
|
||||
?>
|
||||
<div>
|
||||
<input type="<?php echo $type; ?>" name="<?php echo $name; ?>" id="<?php echo $name; ?>" value="<?php echo ( $type === 'submit' ) ? $text : $value; ?>"/>
|
||||
<?php
|
||||
if ( in_array( $type , array( 'text' , 'passWord' , 'password' ) ) )
|
||||
{
|
||||
?>
|
||||
<label for="<?php echo $name; ?>"><?php echo $text; ?></label>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user