mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
updated UI of the login screen, app name. changed username to email changed button from back to blue
This commit is contained in:
15
top_nav.php
15
top_nav.php
@@ -47,7 +47,20 @@
|
||||
<small><?php echo $session_company_name; ?></small>
|
||||
</p>
|
||||
</li>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Country</label>
|
||||
<div class="input-group">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-flag"></i></span>
|
||||
</div>
|
||||
<select class="form-control" name="country">
|
||||
<option value="">- Country -</option>
|
||||
<?php foreach($countries_array as $country_name) { ?>
|
||||
<option><?php echo $country_name; ?></option>
|
||||
<?php } ?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Menu Footer-->
|
||||
<li class="user-footer">
|
||||
<a href="settings-user.php" class="btn btn-default btn-flat">Profile</a>
|
||||
|
||||
Reference in New Issue
Block a user