webstaff: tweak styling of pattern template save
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 31 May 2017 15:39:58 +0000 (11:39 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 31 May 2017 15:39:58 +0000 (11:39 -0400)
Open-ILS/src/templates/staff/serials/t_prediction_wizard.tt2

index 4d369cc..e32c404 100644 (file)
           <eg-prediction-pattern-summary pattern="pattern"></eg-prediction-pattern-summary>
         </div>
       </div>
+      <hr/>
       <div class="row">
-        <div class="col-md-8">
-          <label for="pattern_name">[% l('Enter a name to share this pattern as a template') %]</label>
+        <div class="col-md-6">
+          <label for="pattern_name">[% l('Share this pattern using name') %]</label>
           <input id="pattern_name" type="text" ng-model="share.pattern_name">
+        </div>
+        <div class="col-md-6">
           <label for="share_depth">[% l('Share with') %]</label>
-          <eg-share-depth-selector ng-model="share.depth"></eg-share-depth-selector>
+          <eg-share-depth-selector id="share_depth" ng-model="share.depth"></eg-share-depth-selector>
         </div>
       </div>
+      <hr/>
       <div class="row">
         <button class="btn btn-warning pull-left" ng-click="tab.active = tab.active - 1">
             [% l('Back') %]