Tweaks to UI labels for consistency and clarity.

This commit is contained in:
Paul Baranowski 2011-04-04 13:50:51 -04:00
parent add7744740
commit b98c0f3c85
9 changed files with 21 additions and 21 deletions

View file

@ -16,7 +16,7 @@ class Application_Form_AddShowWhat extends Zend_Form_SubForm
// Add URL element
$this->addElement('text', 'add_show_url', array(
'label' => 'Website:',
'label' => 'URL:',
'class' => 'input_text',
'required' => false,
'filters' => array('StringTrim'),
@ -29,7 +29,7 @@ class Application_Form_AddShowWhat extends Zend_Form_SubForm
'class' => 'input_text',
'required' => false,
'filters' => array('StringTrim')
));
));
// Add the description element
$this->addElement('textarea', 'add_show_description', array(