dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #42091
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21497: minor
------------------------------------------------------------
revno: 21497
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-12-21 12:05:54 +0100
message:
minor
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-cache-cleaner/index.html
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-cache-cleaner/index.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-cache-cleaner/index.html 2015-09-23 07:59:37 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-cache-cleaner/index.html 2015-12-21 11:05:54 +0000
@@ -98,16 +98,16 @@
</td>
</tr>
</table>
-
+
<!--<span class="alert alert-warning">{{'clears_local_cache'| translate}}</span>-->
- <a href ng-click="clearCache()" class="btn btn-danger">{{'clear'| translate}}</a>
- <a href ng-click="selectAll()" class="btn btn-primary">{{ (ssKeys | filter: {remove: true}).length > 0 || (lsKeys | filter: {remove: true}).length > 0 || (dbKeys | filter: {remove: true}).length > 0 ? 'unselect_all' : 'select_all' | translate}}</a>
+ <button type="button" class="btn btn-danger" ng-click="clearCache()">{{'clear'| translate}}</button>
+ <button type="button" class="btn btn-primary" ng-click="selectAll()">{{ (ssKeys | filter: {remove: true}).length > 0 || (lsKeys | filter: {remove: true}).length > 0 || (dbKeys | filter: {remove: true}).length > 0 ? 'unselect_all' : 'select_all' | translate}}</button>
</div>
</div>
- <div class="row col-sm-6" ng-if="!lsCacheExists && !idCacheExists">
+ <div class="row col-sm-6 vertical-spacing" ng-if="!lsCacheExists && !idCacheExists">
<div class="alert alert-info">{{ afterClearing ? 'cache_cleared' : 'nothing_to_clear' | translate}}</div>
</div>