v1.18.x
Julian Lam 10 years ago
parent 502e806f88
commit 6a69fcd4cd

@ -58,7 +58,8 @@ define('admin/appearance/skins', function() {
url: theme.preview,
css: theme.cssCdn
};
})
}),
showRevert: true
}, function(html) {
themeContainer.html(html);
});

@ -16,10 +16,12 @@
<div class="clear"></div>
</li>
<!-- END themes -->
<!-- IF showRevert -->
<li data-type="bootswatch" data-theme="" data-css="">
<div class="pull-right">
<button class="btn btn-primary pull-right" data-action="use">Revert</button>
</div>
<h4>No Skin</h4>
<p>Remove applied skin and revert back to the base colours</p>
</li>
</li>
<!-- ENDIF showRevert -->
Loading…
Cancel
Save