File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
web/skins/classic/views/js Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 6
6
var filterQuery = '<?php echo isset ($ filterQuery )?validJsStr (htmlspecialchars_decode ($ filterQuery )):'' ?> ';
7
7
var sortQuery = '<?php echo isset ($ sortQuery )?validJsStr (htmlspecialchars_decode ($ sortQuery )):'' ?> ';
8
8
9
- var confirmDeleteEventsString = "<?php echo addslashes (translate ('ConfirmDeleteEvents ' )) ?> ";
10
- var archivedString = "<?php echo translate ('Archived ' ) ?> ";
11
- var emailedString = "<?php echo translate ('Emailed ' ) ?> ";
12
- var yesString = "<?php echo translate ('Yes ' ) ?> ";
13
- var noString = "<?php echo translate ('No ' ) ?> ";
9
+ const confirmDeleteEventsString = "<?php echo addslashes (translate ('ConfirmDeleteEvents ' )) ?> ";
10
+ const archivedString = "<?php echo translate ('Archived ' ) ?> ";
11
+ const unarchivedString = "<?php echo translate ('Unarchived ' ) ?> ";
12
+ const archiveString = "<?php echo translate ('Archive ' ) ?> ";
13
+ const unarchiveString = "<?php echo translate ('Unarchive ' ) ?> ";
14
+ const emailedString = "<?php echo translate ('Emailed ' ) ?> ";
15
+ const yesString = "<?php echo translate ('Yes ' ) ?> ";
16
+ const noString = "<?php echo translate ('No ' ) ?> ";
14
17
var WEB_LIST_THUMBS = <?php echo ZM_WEB_LIST_THUMBS ?'true ' :'false ' ?> ;
You can’t perform that action at this time.
0 commit comments