Sfoglia il codice sorgente

Added 'add' button on row editor panel list

Rashid Khan 12 anni fa
parent
commit
38b5c19990
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/app/partials/roweditor.html

+ 1 - 1
src/app/partials/roweditor.html

@@ -22,7 +22,7 @@
   </div>
   </div>
   <div class="row-fluid" ng-show="editor.index == 1">
   <div class="row-fluid" ng-show="editor.index == 1">
     <div class="span12">
     <div class="span12">
-      <h4>Panels</h4>
+      <h4>Panels <i class="icon-plus-sign link" bs-tooltip="'Add panel'" ng-click="editor.index = 2"></i></h4>
       <table class="table table-condensed table-striped">
       <table class="table table-condensed table-striped">
         <thead>
         <thead>
           <th>Title</th>
           <th>Title</th>