resources/views/index.erb in lockr-0.5.1 vs resources/views/index.erb in lockr-0.5.2
- old
+ new
@@ -1,17 +1,36 @@
<h1>Lockr password manager</h1>
<div class="spacebelow">
<a id="addnew" class="button">Add new site</a>
</div>
+<div class="ui-widget" id="resultbox">
+ <div class="ui-state-highlight ui-corner-all" style="margin-top: 20px; padding: 0 .7em;">
+ <p>
+ <span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>
+ <span id="resultmsg"></span>
+ </p>
+ </div>
+</div>
+<div class="ui-widget" id="errorbox">
+ <div class="ui-state-error ui-corner-all" style="padding: 0 .7em;">
+ <p>
+ <span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
+ <span id="errormsg"></span>
+ </p>
+ </div>
+</div>
<div class="entries">
<table class="entrytable">
<thead>
<th>
Site ID
</th>
<th>
Username
+ </th>
+ <th>
+ Url
</th>
<th>
Password functions
</th>
</thead>