Lines 1-16
Link Here
|
1 |
[% USE CGI %] |
1 |
[% USE CGI %] |
|
|
2 |
[% PROCESS 'i18n.inc' %] |
2 |
[% SET footerjs = 1 %] |
3 |
[% SET footerjs = 1 %] |
3 |
[% BLOCK translate_card_element %] |
4 |
[% BLOCK translate_card_element %] |
4 |
[%- SWITCH element -%] |
5 |
[%- SWITCH element -%] |
5 |
[%- CASE 'layout' -%]<span>layout</span> |
6 |
[%- CASE 'layout' -%][% t('layout') | html %] |
6 |
[%- CASE 'Layouts' -%]<span>Layouts</span> |
7 |
[%- CASE 'Layouts' -%][% t('Layouts') | html %] |
7 |
[%- CASE 'template' -%]<span>template</span> |
8 |
[%- CASE 'template' -%][% t('template') | html %] |
8 |
[%- CASE 'Templates' -%]<span>Templates</span> |
9 |
[%- CASE 'Templates' -%][% t('Templates') | html %] |
9 |
[%- CASE 'profile' -%]<span>profile</span> |
10 |
[%- CASE 'profile' -%][% t('profile') | html %] |
10 |
[%- CASE 'Profiles' -%]<span>Profiles</span> |
11 |
[%- CASE 'Profiles' -%][% t('Profiles') | html %] |
11 |
[%- CASE 'batch' -%]<span>batch</span> |
12 |
[%- CASE 'batch' -%][% t('batch') | html %] |
12 |
[%- CASE 'Batches' -%]<span>Batches</span> |
13 |
[%- CASE 'Batches' -%][% t('Batches') | html %] |
13 |
[%- CASE 'Actions' -%]<span>Actions</span> |
14 |
[%- CASE 'Actions' -%][% t('Actions') | html %] |
14 |
[%- END -%] |
15 |
[%- END -%] |
15 |
[% END %] |
16 |
[% END %] |
16 |
[% BLOCK translate_card_elements %] |
17 |
[% BLOCK translate_card_elements %] |
17 |
- |
|
|