*** empty log message ***

This commit is contained in:
sebastian 2005-03-24 13:06:55 +00:00
parent 50b7537712
commit 9d4a29fa1f
4 changed files with 2 additions and 4 deletions

View file

@ -33,11 +33,10 @@ $ui_fmask = array(
array( array(
'element' => 'stationLogoPath', 'element' => 'stationLogoPath',
'isPref' => TRUE, 'isPref' => TRUE,
'type' => 'text', 'type' => 'hidden',
'label' => 'Station Logo path', 'label' => 'Station Logo path',
'default' => 'img/stationlogo.gif', 'default' => 'img/stationlogo.image',
'required' => TRUE, 'required' => TRUE,
'attributes'=> array('disabled' => 'on')
), ),
array( array(
'rule' => 'regex', 'rule' => 'regex',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -236,4 +236,3 @@ label { font-size: 12px;
width: 200px; width: 200px;
} }