diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-08-14 15:21:51 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-08-14 15:21:51 +0300 |
commit | f38838154defe15e0b2d043c19f6985484993423 (patch) | |
tree | 10d2f9339e7b076720d85cd5f2eea84c3b8cd16d /servo/templates/admin/settings.html | |
parent | 47564afcc25b48d42c76613899b96b9826b3cfc4 (diff) | |
download | Servo-f38838154defe15e0b2d043c19f6985484993423.tar.gz Servo-f38838154defe15e0b2d043c19f6985484993423.tar.bz2 Servo-f38838154defe15e0b2d043c19f6985484993423.zip |
Added GSX cert settings
Diffstat (limited to 'servo/templates/admin/settings.html')
-rw-r--r-- | servo/templates/admin/settings.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/servo/templates/admin/settings.html b/servo/templates/admin/settings.html index 15266b7..8ee85b1 100644 --- a/servo/templates/admin/settings.html +++ b/servo/templates/admin/settings.html @@ -10,6 +10,7 @@ <ul class="nav nav-tabs"> <li class="active"><a href="#tab1" data-toggle="tab">{% trans "General" %}</a></li> <li><a href="#tab2" data-toggle="tab">{% trans "Stock" %}</a></li> + <li><a href="#tab7" data-toggle="tab">{% trans "GSX" %}</a></li> <li><a href="#tab3" data-toggle="tab">{% trans "Outgoing Mail" %}</a></li> <li><a href="#tab4" data-toggle="tab">{% trans "Incoming Mail" %}</a></li> <li><a href="#tab5" data-toggle="tab">{% trans "Text Messages" %}</a></li> @@ -19,7 +20,6 @@ <div class="tab-pane active" id="tab1"> {% include "form_field_snippet.html" with field=form.company_name %} {% include "form_field_snippet.html" with field=form.company_logo %} - {% include "form_field_snippet.html" with field=form.gsx_account %} {% include "form_field_snippet.html" with field=form.terms_of_service %} {% include "form_field_snippet.html" with field=form.autocomplete_repairs %} </div> @@ -38,6 +38,12 @@ </div> </div> </div> + <div class="tab-pane" id="tab7"> + {% include "form_field_snippet.html" with field=form.gsx_account %} + {% include "form_field_snippet.html" with field=form.gsx_cert %} + {% include "form_field_snippet.html" with field=form.gsx_privkey %} + {% include "form_field_snippet.html" with field=form.gsx_keypass %} + </div> <div class="tab-pane" id="tab3"> <fieldset> {% include "form_field_snippet.html" with field=form.default_sender %} |