*** 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(
'element' => 'stationLogoPath',
'isPref' => TRUE,
'type' => 'text',
'type' => 'hidden',
'label' => 'Station Logo path',
'default' => 'img/stationlogo.gif',
'default' => 'img/stationlogo.image',
'required' => TRUE,
'attributes'=> array('disabled' => 'on')
),
array(
'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;
}