diff --git a/airtime_mvc/application/controllers/LocaleController.php b/airtime_mvc/application/controllers/LocaleController.php index 91b9b6055..8b030c9a2 100644 --- a/airtime_mvc/application/controllers/LocaleController.php +++ b/airtime_mvc/application/controllers/LocaleController.php @@ -391,13 +391,18 @@ class LocaleController extends Zend_Controller_Action "File: %f, size: %s, max file size: %m" => _("File: %f, size: %s, max file size: %m"), "Upload URL might be wrong or doesn't exist" => _("Upload URL might be wrong or doesn't exist"), "Error: File too large: " => _("Error: File too large: "), - "Error: Invalid file extension: " => _("Error: Invalid file extension: ") - + "Error: Invalid file extension: " => _("Error: Invalid file extension: "), + //history translations + "Set Default" => _("Set Default"), + "Create Entry" => _("Create Entry"), + "Edit History Record" => _("Edit History Record"), + "No Show" => _("No Show") + ); $this->view->layout()->disableLayout(); $this->_helper->viewRenderer->setNoRender(true); header("Content-type: text/javascript"); echo "var general_dict=".json_encode($translations); - + } } diff --git a/airtime_mvc/application/views/scripts/playouthistorytemplate/index.phtml b/airtime_mvc/application/views/scripts/playouthistorytemplate/index.phtml index 043ee2150..582ced917 100644 --- a/airtime_mvc/application/views/scripts/playouthistorytemplate/index.phtml +++ b/airtime_mvc/application/views/scripts/playouthistorytemplate/index.phtml @@ -1,15 +1,12 @@
\ No newline at end of file diff --git a/airtime_mvc/application/views/scripts/playouthistorytemplate/template-contents.phtml b/airtime_mvc/application/views/scripts/playouthistorytemplate/template-contents.phtml index 0209e5e06..9f3cc7344 100644 --- a/airtime_mvc/application/views/scripts/playouthistorytemplate/template-contents.phtml +++ b/airtime_mvc/application/views/scripts/playouthistorytemplate/template-contents.phtml @@ -1,26 +1,26 @@ template_type == Application_Service_HistoryService::TEMPLATE_TYPE_FILE): ?> -Add more elements:
- +:
+