working on i18n grids

parent c1ea0cbe
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
<label style="margin-bottom:1em;">{{ 'grid_options' | translate }}</label> <label style="margin-bottom:1em;">{{ 'grid_options' | translate }}</label>
<div class="form-group row"> <div class="form-group row">
<button type="button" ng-if="!viewingGrid.active" class="btn btn-default" ng-click="viewingGrid.active=true;activate_grid(viewingGrid)" style="min-width:9.5em;">{{ grid_activate | translate }}</button> <button type="button" ng-if="!viewingGrid.active" class="btn btn-default" ng-click="viewingGrid.active=true;activate_grid(viewingGrid)" style="min-width:9.5em;">{{ 'grid_activate' | translate }}</button>
<button type="button" ng-if="viewingGrid.active" class="btn btn-success" disabled style="min-width:9.25em;">{{ 'grid_active' | translate }}</button> <button type="button" ng-if="viewingGrid.active" class="btn btn-success" disabled style="min-width:9.25em;">{{ 'grid_active' | translate }}</button>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment