summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/assign.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/sysconfig/templates/assign.html')
-rw-r--r--modules-available/sysconfig/templates/assign.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/modules-available/sysconfig/templates/assign.html b/modules-available/sysconfig/templates/assign.html
index b3e3d267..9e83f965 100644
--- a/modules-available/sysconfig/templates/assign.html
+++ b/modules-available/sysconfig/templates/assign.html
@@ -11,11 +11,21 @@
<label></label>
</div>
</span>
- <label class="form-control" for="config{{configid}}">{{title}}</label>
+ <label class="form-control config-label" for="config{{configid}}">
+ <span>{{title}}</span>
+ {{#replaces}}<span class="text-danger">{{lang_replaces}} {{.}}</span>{{/replaces}}
+ </label>
</div>
{{/configs}}
<div class="text-right" style="margin-top: 12px">
<button type="submit" class="btn btn-primary"><span class="glyphicon glyphicon-floppy-disk"></span> {{lang_save}}</button>
</div>
-</form> \ No newline at end of file
+</form>
+
+<style>
+ .config-label {
+ display: flex !important;
+ justify-content: space-between !important;
+ }
+</style> \ No newline at end of file