add missing date and time placeholder from the time locked address page

This commit is contained in:
OutCast3k
2016-03-03 13:23:36 +00:00
parent 53c48af90c
commit b943cbd6de
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -412,7 +412,7 @@
<div class='col-md-6'>
<div class="form-group">
<div class='input-group date' id='timeLockedDateTimePicker'>
<input type='text' class="form-control" />
<input type='text' class="form-control" placeholder="MM/DD/YYYY hh:mm" />
<span class="input-group-addon">
<span class="glyphicon glyphicon-calendar"></span>
</span>