Merge branch 'master' of github.com:serghey-rodin/vesta

This commit is contained in:
Malishev Dmitry 2012-01-09 18:28:36 +03:00
commit 1ee46998fb
162 changed files with 16408 additions and 3429 deletions

View file

@ -204,10 +204,10 @@ App.HTML.Build.cron_form = function (options, id) {
tpl.set(':id', id || '');
options = App.Helpers.evalJSON(options) || {};
if (App.Helpers.isEmpty(options)) {
tpl.set(':title', 'New cron entry');
tpl.set(':title', 'New cron job');
tpl.set(':save_button', 'ADD');
} else {
tpl.set(':title', 'Edit cron entry');
tpl.set(':title', 'Edit cron job');
tpl.set(':save_button', 'SAVE');
}
options = !App.Helpers.isEmpty(options) ? options : {