toolbars.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. [
  2. {
  3. "type": "MWFToolBarButton",
  4. "img": "close.png",
  5. "title": "{{$.lp.closeTitle}}",
  6. "action": "closeWork",
  7. "text": "{{$.lp.close}}",
  8. "id": "action_close",
  9. "condition": "",
  10. "icon": "close",
  11. "read": true
  12. },
  13. {
  14. "type": "MWFToolBarButton",
  15. "img": "save.png",
  16. "title": "{{$.lp.saveTitle}}",
  17. "action": "saveWork",
  18. "text": "{{$.lp.save}}",
  19. "id": "action_saveData",
  20. "control": "allowSave",
  21. "condition": "",
  22. "icon": "save",
  23. "read": false
  24. },
  25. {
  26. "type": "MWFToolBarButton",
  27. "img": "submit.png",
  28. "title": "{{$.lp.flowTitle}}",
  29. "action": "flowWork",
  30. "text": "{{$.lp.flow}}",
  31. "id": "action_flowWork",
  32. "control": "allowFlow",
  33. "condition": "",
  34. "icon": "process-submit",
  35. "read": false
  36. },
  37. {
  38. "type": "MWFToolBarButton",
  39. "img": "submit.png",
  40. "title": "{{$.lp.submitTitle}}",
  41. "action": "processWork",
  42. "text": "{{$.lp.submit}}",
  43. "id": "action_processWork",
  44. "control": "allowProcessing",
  45. "condition": "",
  46. "icon": "process-submit",
  47. "read": false,
  48. "hidden": true
  49. },
  50. {
  51. "type": "MWFToolBarButton",
  52. "img": "goback.png",
  53. "title": "{{$.lp.goBackTitle}}",
  54. "action": "goBack",
  55. "text": "{{$.lp.goBack}}",
  56. "id": "action_goBack",
  57. "control": "allowGoBack",
  58. "condition": "",
  59. "icon": "process-goback",
  60. "read": false,
  61. "hidden": true
  62. },
  63. {
  64. "type": "MWFToolBarButton",
  65. "img": "reroute.png",
  66. "title": "{{$.lp.rerouteTitle}}",
  67. "action": "rerouteWork",
  68. "text": "{{$.lp.reroute}}",
  69. "id": "action_reroute",
  70. "control": "allowReroute",
  71. "condition": "",
  72. "icon": "control-panel",
  73. "read": true
  74. },
  75. {
  76. "type": "MWFToolBarButton",
  77. "img": "reset.png",
  78. "title": "{{$.lp.resetTitle}}",
  79. "action": "resetWork",
  80. "text": "{{$.lp.reset}}",
  81. "id": "action_reset",
  82. "control": "allowReset",
  83. "condition": "",
  84. "icon": "reset",
  85. "read": true,
  86. "hidden": true
  87. },
  88. {
  89. "type": "MWFToolBarButton",
  90. "img": "addTask.png",
  91. "title": "{{$.lp.addTaskTitle}}",
  92. "action": "addTask",
  93. "text": "{{$.lp.addTask}}",
  94. "id": "action_addTask",
  95. "control": "allowAddTask",
  96. "condition": "",
  97. "icon": "process-add-task-person",
  98. "read": true,
  99. "hidden": true
  100. },
  101. {
  102. "type": "MWFToolBarButton",
  103. "img": "split.png",
  104. "title": "{{$.lp.splitTitle}}",
  105. "action": "addSplit",
  106. "text": "{{$.lp.split}}",
  107. "id": "action_split",
  108. "control": "allowAddSplit",
  109. "condition": "",
  110. "icon": "process-split",
  111. "read": true
  112. },
  113. {
  114. "type": "MWFToolBarButton",
  115. "img": "retract.png",
  116. "title": "{{$.lp.retractTitle}}",
  117. "action": "retractWork",
  118. "text": "{{$.lp.retract}}",
  119. "id": "action_retract",
  120. "control": "allowRetract",
  121. "condition": "",
  122. "icon": "retract",
  123. "read": true
  124. },
  125. {
  126. "type": "MWFToolBarButton",
  127. "img": "rollback.png",
  128. "title": "{{$.lp.rollbackTitle}}",
  129. "action": "rollback",
  130. "text": "{{$.lp.rollback}}",
  131. "id": "action_rollback",
  132. "control": "allowRollback",
  133. "condition": "",
  134. "icon": "process-rollback",
  135. "read": true
  136. },
  137. {
  138. "type": "MWFToolBarButton",
  139. "img": "del.png",
  140. "title": "{{$.lp.deleteTitle}}",
  141. "action": "deleteWork",
  142. "text": "{{$.lp.delete}}",
  143. "id": "action_delete",
  144. "control": "allowDelete",
  145. "condition": "",
  146. "icon": "delete",
  147. "read": false
  148. },
  149. {
  150. "type": "MWFToolBarButton",
  151. "img": "stop.png",
  152. "title": "{{$.lp.terminateTitle}}",
  153. "action": "terminate",
  154. "text": "{{$.lp.terminate}}",
  155. "id": "action_terminate",
  156. "control": "allowTerminate",
  157. "condition": "",
  158. "icon": "process-end",
  159. "read": false
  160. },
  161. {
  162. "type": "MWFToolBarButton",
  163. "img": "print.png",
  164. "title": "{{$.lp.printTitle}}",
  165. "action": "printWork",
  166. "text": "{{$.lp.print}}",
  167. "id": "action_print",
  168. "control": "",
  169. "condition": "",
  170. "icon": "print",
  171. "read": true
  172. },
  173. {
  174. "type": "MWFToolBarButton",
  175. "img": "press.png",
  176. "title": "{{$.lp.pressTitle}}",
  177. "action": "pressWork",
  178. "text": "{{$.lp.press}}",
  179. "id": "action_press",
  180. "control": "allowPress",
  181. "condition": "",
  182. "icon": "publish",
  183. "read": true
  184. },
  185. {
  186. "type": "MWFToolBarButton",
  187. "img": "pause.png",
  188. "title": "{{$.lp.pauseTitle}}",
  189. "action": "pauseTask",
  190. "text": "{{$.lp.pause}}",
  191. "id": "action_pause",
  192. "control": "allowPause",
  193. "condition": "",
  194. "icon": "stop",
  195. "read": true
  196. },
  197. {
  198. "type": "MWFToolBarButton",
  199. "img": "resume.png",
  200. "title": "{{$.lp.resumeTitle}}",
  201. "action": "resumeTask",
  202. "text": "{{$.lp.resume}}",
  203. "id": "action_resume",
  204. "control": "allowResume",
  205. "condition": "",
  206. "icon": "process-begin",
  207. "read": true
  208. },
  209. {
  210. "type": "MWFToolBarButton",
  211. "img": "downloadAll.png",
  212. "title": "{{$.lp.downloadAllTitle}}",
  213. "action": "downloadAll",
  214. "text": "{{$.lp.downloadAll}}",
  215. "id": "action_downloadAll",
  216. "control": "",
  217. "condition": "",
  218. "icon": "file_download",
  219. "read": true
  220. },
  221. {
  222. "type": "MWFToolBarButton",
  223. "img": "monitor.png",
  224. "title": "{{$.lp.monitorTitle}}",
  225. "action": "monitor",
  226. "text": "{{$.lp.monitor}}",
  227. "id": "action_monitor",
  228. "control": "",
  229. "condition": "",
  230. "icon": "work-management",
  231. "read": true
  232. }
  233. ]