Show "force save" if not last (Closes: #889)

This commit is contained in:
Xavier Guimard 2016-02-06 13:17:18 +00:00
parent c964cec646
commit 64259f65ee

View File

@ -25,7 +25,7 @@
<li>
<a id="save" class="link" ng-click="save()" tabIndex="-1">
<i class="glyphicon glyphicon-cloud-upload"></i>
{{translate('save')}}<input id="forcesave" type="checkbox" ng-model="forceSave" title="{{translate('forceSave')}}" ng-show="confirmNeeded">
{{translate('save')}}<input id="forcesave" type="checkbox" ng-model="forceSave" title="{{translate('forceSave')}}" ng-show="confirmNeeded||currentCfg.next">
</a>
</li>
<li uib-dropdown>