Sfoglia il codice sorgente

Upgraded moment.js, added paneladd.html

Rashid Khan 12 anni fa
parent
commit
5aaa9d5876
2 ha cambiato i file con 13 aggiunte e 1 eliminazioni
  1. 1 1
      common/lib/moment.js
  2. 12 0
      partials/paneladd.html

File diff suppressed because it is too large
+ 1 - 1
common/lib/moment.js


+ 12 - 0
partials/paneladd.html

@@ -0,0 +1,12 @@
+  <div>
+    <div ng-include src="'partials/panelgeneral.html'"></div>
+  </div>
+  
+  <div>
+    <div ng-include src="edit_path(panel.type)"></div>
+  </div>
+
+  <div ng-repeat="tab in panelMeta.editorTabs" ng-show="addTab == tab.title">
+    <h4>{{tab.title}}</h4>
+    <div ng-include src="tab.src"></div>
+  </div>

Some files were not shown because too many files changed in this diff