mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
use callout instead of alert
This commit is contained in:
parent
2e8139809b
commit
875cff557d
@ -2,7 +2,7 @@
|
|||||||
* @Author: printempw
|
* @Author: printempw
|
||||||
* @Date: 2016-07-16 09:02:32
|
* @Date: 2016-07-16 09:02:32
|
||||||
* @Last Modified by: printempw
|
* @Last Modified by: printempw
|
||||||
* @Last Modified time: 2016-08-16 18:01:22
|
* @Last Modified time: 2016-08-23 17:58:40
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function showModal(msg, title, type, callback) {
|
function showModal(msg, title, type, callback) {
|
||||||
@ -16,7 +16,7 @@ function showModal(msg, title, type, callback) {
|
|||||||
|
|
||||||
function showMsg(msg, type) {
|
function showMsg(msg, type) {
|
||||||
type = type === undefined ? "info" : type;
|
type = type === undefined ? "info" : type;
|
||||||
$("[id=msg]").removeClass().addClass("alert").addClass('alert-'+type).html(msg);
|
$("[id=msg]").removeClass().addClass("callout").addClass('callout-'+type).html(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
function showAjaxError(json) {
|
function showAjaxError(json) {
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<!-- /.col -->
|
<!-- /.col -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="msg" class="alert hide"></div>
|
<div id="msg" class="callout hide"></div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-8">
|
<div class="col-xs-8">
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<!-- /.col -->
|
<!-- /.col -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="msg" class="alert hide"></div>
|
<div id="msg" class="callout hide"></div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-8">
|
<div class="col-xs-8">
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
<!-- /.col -->
|
<!-- /.col -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="msg" class="alert hide"></div>
|
<div id="msg" class="callout hide"></div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-8">
|
<div class="col-xs-8">
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
<span class="glyphicon glyphicon-log-in form-control-feedback"></span>
|
<span class="glyphicon glyphicon-log-in form-control-feedback"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="msg" class="alert hide"></div>
|
<div id="msg" class="callout hide"></div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-8">
|
<div class="col-xs-8">
|
||||||
|
Loading…
Reference in New Issue
Block a user