TriggerCadencePicker.html 694 B

123456789101112131415161718
  1. <!-- /*
  2. * Licensed Materials - Property of IBM
  3. *
  4. * IBM Cognos Products: SHARE
  5. *
  6. * (C) Copyright IBM Corp. 2015, 2016
  7. *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure
  9. * restricted by GSA ADP Schedule Contract with IBM Corp.
  10. */ -->
  11. <div class="schedule_input_section ">
  12. <div class="schedule_form_label">
  13. <label class="schedule_label" for="trigger_name_{{=it.uniqueId}}">{{=it.schedule_trigger_name_label}}</label>
  14. </div>
  15. <div class="schedule_form_input">
  16. <input id="trigger_name_{{=it.uniqueId}}" class="schedule_input_field schedule_trigger_name_input" type="text" value="{{=it.schedule_trigger_name_value}}"></input>
  17. </div>
  18. </div>