toolbars.json 4.8 KB

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