-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into standalone-ors
- Loading branch information
Showing
20 changed files
with
376 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+13.5 KB
g3w-admin/client/static/client/fonts/titillium-web-latin-400-italic.woff2
Binary file not shown.
Binary file added
BIN
+12.1 KB
g3w-admin/client/static/client/fonts/titillium-web-latin-400-normal.woff2
Binary file not shown.
Binary file added
BIN
+13.2 KB
g3w-admin/client/static/client/fonts/titillium-web-latin-700-italic.woff2
Binary file not shown.
Binary file added
BIN
+11.5 KB
g3w-admin/client/static/client/fonts/titillium-web-latin-700-normal.woff2
Binary file not shown.
Binary file added
BIN
+7.21 KB
g3w-admin/client/static/client/fonts/titillium-web-latin-ext-400-italic.woff2
Binary file not shown.
Binary file added
BIN
+6.62 KB
g3w-admin/client/static/client/fonts/titillium-web-latin-ext-400-normal.woff2
Binary file not shown.
Binary file added
BIN
+7.1 KB
g3w-admin/client/static/client/fonts/titillium-web-latin-ext-700-italic.woff2
Binary file not shown.
Binary file added
BIN
+6.5 KB
g3w-admin/client/static/client/fonts/titillium-web-latin-ext-700-normal.woff2
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
g3w-admin/templates/bootstrap3/layout/prepended_appended_text.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{% load crispy_forms_field %} | ||
|
||
{% if field.is_hidden %} | ||
{{ field }} | ||
{% else %} | ||
<div id="div_{{ field.auto_id }}" class="form-group{% if wrapper_class %} {{ wrapper_class }}{% endif %}{% if form_show_errors and field.errors %} has-error{% endif %}{% if field.css_classes %} {{ field.css_classes }}{% endif %}"> | ||
|
||
{% if field.label and form_show_labels %} | ||
<label for="{{ field.id_for_label }}" class="control-label {{ label_class }}{% if field.field.required %} requiredField{% endif %}"> | ||
{{ field.label }}{% if field.field.required %}<span class="asteriskField">*</span>{% endif %} | ||
</label> | ||
{% endif %} | ||
|
||
<div class="controls {{ field_class }}"> | ||
<div class="input-group"> | ||
{% if crispy_prepended_text %}<span class="input-group-addon{% if active %} active{% endif %}{% if input_size %} {{ input_size }}{% endif %}">{{ crispy_prepended_text|safe }}</span>{% endif %} | ||
{% crispy_field field 'class' 'form-control' %} | ||
{% if crispy_appended_text %}<span class="input-group-addon{% if active %} active{% endif %}{% if input_size %} {{ input_size }}{% endif %}">{{ crispy_appended_text|safe }}</span>{% endif %} | ||
</div> | ||
|
||
{% include 'bootstrap3/layout/help_text_and_errors.html' %} | ||
</div> | ||
</div> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters