Skip to content

Commit 27cab7f

Browse files
author
Dairon Medina
committed
UI changes on settings
1 parent 4317795 commit 27cab7f

File tree

1 file changed

+24
-13
lines changed

1 file changed

+24
-13
lines changed

templates/base/base_settings.html

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,29 @@
33
{% block title %}Application Settings{% endblock title %}
44

55
{% block content %}
6-
<div class="span12 settings">
7-
<article id="edit-settings" class="main cf">
8-
<h1>Application Settings</h1>
9-
<ul class="nav-tabs">
10-
<li class="settings {% if settings_tab %}active{% endif %}"><a href="{% url "configure" %}">Company Settings</a></li>
11-
<li class="operators {% if operators_tab %}active{% endif %}"><a href="{% url "configure_operators" %}">Manage Operators</a></li>
12-
<li class="devices {% if devices_tab %}active{% endif %}"><a href="{% url "configure_devices" %}">WeighBridges</a></li>
13-
<li class="summary {% if de %}active{% endif %}"><a href="">Base Data</a></li>
14-
</ul>
15-
<div class="tab-content">
16-
{% block tab_content %}{% endblock %}
17-
</div>
18-
</article>
6+
7+
<div class="row-fluid">
8+
<div class="span12">
9+
10+
<div class="widget">
11+
<div class="widget-header">
12+
<h1 class="title">
13+
Application Settings
14+
</h1>
15+
</div>
16+
<div class="widget-body">
17+
<ul class="nav nav-tabs no-margin myTabBeauty">
18+
<li class="settings {% if settings_tab %}active{% endif %}"><a href="{% url "configure" %}">Company Settings</a></li>
19+
<li class="operators {% if operators_tab %}active{% endif %}"><a href="{% url "configure_operators" %}">Manage Operators</a></li>
20+
<li class="devices {% if devices_tab %}active{% endif %}"><a href="{% url "configure_devices" %}">WeighBridges</a></li>
21+
<li class="summary {% if de %}active{% endif %}"><a href="">Base Data</a></li>
22+
</ul>
23+
<div class="tab-content">
24+
<div class="tab-panel">
25+
{% block tab_content %}{% endblock %}
26+
</div>
27+
</div>
28+
</div>
1929
</div>
30+
</div>
2031
{% endblock %}

0 commit comments

Comments
 (0)