Merge branch 'AddPoints' of git://git-cacert.it-sls.de/cacert-mgr

bug-1390
Michael Tänzer 14 years ago
commit 87d25d7024

@ -45,7 +45,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap {
Zend_Registry::set('view', $view);
$view->doctype('XHTML1_STRICT');
$view->addHelperPath(APPLICATION_PATH . '/views/helpers/');
$view->headTitle = I18n::_('CACert Test Manager');
$view->headTitle = I18n::_('CAcert Test Manager');
}
/**

@ -153,7 +153,7 @@ class AddPointsController extends Zend_Controller_Action
$location = new Zend_Form_Element_Text('location');
$location->setRequired(true)
->setLabel(I18n::_('Location'))
->setValue(I18n::_('CACert Test Manager'))
->setValue(I18n::_('CAcert Test Manager'))
->addValidator(new Zend_Validate_StringLength(1,255));
$form->addElement($location);

Loading…
Cancel
Save