Changes for page Commands

Last modified by test user on 2026/05/27 12:59

From version 10.1
edited by test user
on 2026/05/25 14:08
Change comment: There is no comment for this version
To version 11.1
edited by test user
on 2026/05/26 20:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,13 +7,7 @@
1 -{{velocity}}
2 -{{html clean="false"}}
3 -<p class="xm-create-button xm-create-button-commands"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.CommandTemplateProvider')"><span class="fa fa-plus"></span> New Command</a></p>
4 -{{/html}}
5 -{{/velocity}}
6 -
7 7  {{liveData
8 8   id="mud-commands"
9 9   source="liveTable"
10 - sourceParameters="className=MUD.Code.CommandClass&translationPrefix=mud.commands."
4 + sourceParameters="className=MUD.Code.CommandClass&translationPrefix=platform.index."
11 11   properties="doc.title,target_type,guilds,gp_cost,lockout,all_lockout,source"
12 12   sort="doc.title"
13 13  }}
... ... @@ -50,5 +50,10 @@
50 50  
51 51  ----
52 52  
47 +{{velocity}}
48 +{{html clean="false"}}
49 +<p class="xm-create-button xm-create-button-commands"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.CommandTemplateProvider')"><span class="fa fa-plus"></span> New Command</a></p>
50 +{{/html}}
51 +{{/velocity}}
53 53  
54 54