Factor out default show background colour and fix some style issues

This commit is contained in:
Albert Santoni 2015-08-12 12:55:39 -04:00
parent f63ce23c9f
commit 2a1d09bc08
9 changed files with 49 additions and 20 deletions

View file

@ -391,7 +391,8 @@ class LocaleController extends Zend_Controller_Action
"All" => _("All"),
"Copied %s row%s to the clipboard" => _("Copied %s row%s to the clipboard"),
"%sPrint view%sPlease use your browser's print function to print this table. Press escape when finished." => _("%sPrint view%sPlease use your browser's print function to print this table. Press escape when finished."),
"New Show" => _("New Show")
"New Show" => _("New Show"),
"New Log Entry" => _("New Log Entry")
);
$this->view->layout()->disableLayout();
$this->_helper->viewRenderer->setNoRender(true);