webstaff: start work on review pane of pattern wizard
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 2 May 2017 22:00:02 +0000 (18:00 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 2 May 2017 22:00:02 +0000 (18:00 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/serials/t_prediction_wizard.tt2

index fa9b884..0a4e33e 100644 (file)
     </uib-tab>
     <uib-tab index="4" disable="tab.active != 4" heading="[% l('Review') %]">
       <div class="row">
+        Pattern code: {{pattern.compile()}}
+      </div>
+      <div class="row">
+        <div class="col-md-2">
+          <label for="pattern_name">[% l('Share this pattern as a template?') %]</label>
+          <input id="pattern_name" type="text" ng-model="pattern_name">
+        </div>
+      </div>
+      <div class="row">
         <button class="btn btn-warning pull-left" ng-click="tab.active = tab.active - 1">
             [% l('Back') %]
         </button>