mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Merge branch 'master' of github.com:serghey-rodin/vesta
This commit is contained in:
commit
1ee46998fb
162 changed files with 16408 additions and 3429 deletions
|
@ -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 : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue