Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.30 KB | None | 0 0
  1.     <translators>
  2.         <translator>
  3.             <input>
  4.                 <name>GLOBAL__NOTIFY_SEVERITY__INCOMING_ORDERS</name>
  5.                 <id>0x13F1</id>
  6.                 <param index="0" comment="On/Off" type="boolean" />
  7.             </input>
  8.             <output>
  9.                 <setBoolean id="setNotifySeverityIncomingOrders">
  10.                     <time><onlValue type="time" from="internal" /></time>
  11.                     <target handler="300" family="feedbackManager"/>
  12.                     <targetValue><onlValue type="boolean" from="index">0</onlValue></targetValue>
  13.                 </setBoolean>
  14.             </output>
  15.         </translator>
  16.         <translator>
  17.             <input>
  18.                 <name>GLOBAL__NOTIFY_SEVERITY__OUTGOING_FEEDBACKS</name>
  19.                 <id>0x13F2</id>
  20.                 <param index="0" comment="On/Off" type="boolean" />
  21.             </input>
  22.             <output>
  23.                 <setBoolean id="setNotifySeverityOutgoingFeedbacks">
  24.                     <time><onlValue type="time" from="internal" /></time>
  25.                     <target handler="300" family="feedbackManager"/>
  26.                     <targetValue><onlValue type="boolean" from="index">0</onlValue></targetValue>
  27.                 </setBoolean>
  28.             </output>
  29.         </translator>
  30.     </translators>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement