|
Lines 12-25
Link Here
|
| 12 |
[% SET tables = module %] |
12 |
[% SET tables = module %] |
| 13 |
[% IF tables.$pagename.keys and tables.$pagename.keys.size > 0 %] |
13 |
[% IF tables.$pagename.keys and tables.$pagename.keys.size > 0 %] |
| 14 |
[% FOR tablename IN tables.$pagename.keys.sort %] |
14 |
[% FOR tablename IN tables.$pagename.keys.sort %] |
| 15 |
[% IF pagename == 'additem' AND tablename == 'itemst' %] |
15 |
[% IF pagename == 'additem' AND tablename == 'itemst' %] |
| 16 |
<div class="alert">Saving changes to column visibility here will override framework visibility settings for the table of items.</div> |
16 |
<div class="alert">Saving changes to column visibility here will override framework visibility settings for the table of items.</div> |
| 17 |
[% END %] |
17 |
[% END %] |
| 18 |
<table> |
18 |
<table> |
| 19 |
<caption> |
19 |
<caption> |
| 20 |
[% IF tablename == 'currencies-table' %] |
20 |
[% IF tablename == 'currencies-table' %] |
| 21 |
Currency |
21 |
Currency |
| 22 |
[% ELSIF pagename == 'additem' AND tablename == 'itemst' %] |
22 |
[% ELSIF pagename == 'additem' AND tablename == 'itemst' %] |
| 23 |
Items Editor |
23 |
Items Editor |
| 24 |
[% END %] |
24 |
[% END %] |
| 25 |
(id=[% tablename %]) |
25 |
(id=[% tablename %]) |