Mace moving table in supplier main board work and specced

This commit is contained in:
2014-05-28 17:26:47 +02:00
parent 8faf5f3c0a
commit 901c9ac5c8
12 changed files with 34 additions and 14 deletions
@@ -29,10 +29,8 @@
view Ember.TextField valueBinding="width" class="dimension section-edit-width-field"
span x
view Ember.TextField valueBinding="height" class="dimension section-edit-height-field"
a.btn.btn-mini.section-normal-mode-button{ action finishEditable }
span.icon-ok
a.section-normal-mode-button{ action finishEditable }: span
else
a.btn.btn-mini.section-edit-mode-button{ action makeEditable }
span.icon-pencil
a.section-edit-mode-button{ action makeEditable }: span
each table in tables
view 'Qsupplier.App.SectionTableView' contentBinding="table"