Browse Source

test code for GUI notifications

master
Satinder Grewal 8 years ago
parent
commit
9bd364cae3
  1. 7
      agamainfo.json
  2. 13
      index.html

7
agamainfo.json

@ -0,0 +1,7 @@
{
"version": "0.1.6e",
"msg": "",
"msgtype":, "critical"
}
/* msg types: critical, normal, low */

13
index.html

@ -158,9 +158,20 @@
</div>
<div class="col-xs-12 padding-top-20" id="no_wallet_selected">
<div class="alert alert-danger alert-dismissible agamainfo_alert" role="alert" style="display: none;">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<!--<span aria-hidden="true">×</span>-->
</button>
<span style="font-size:24px; text-align: center">
<i class="icon fa-exclamation-triangle" aria-hidden="true"></i> <span class="agamainfo_msgtitle">Custom Title</span>
</span>
<br/>
<span class="agamainfo_msg">Custom Message</span>.
</div>
<div class="alert alert-info alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
<!--<span aria-hidden="true">×</span>-->
</button>
<span style="font-size:24px; text-align: center">
<i class="icon fa-paw" aria-hidden="true"></i> <span data-lang="INDEX.NO_WALLET_CAPS"></span>

Loading…
Cancel
Save