Add support for config hashes in the admin settings page.
This commit is contained in:
@@ -155,6 +155,12 @@ table#settings td {
|
||||
table#settings input[type=text] {
|
||||
width: 40em;
|
||||
}
|
||||
table#settings input.hash_key {
|
||||
width: 10em;
|
||||
}
|
||||
table#settings input.hash_value {
|
||||
width: 25em;
|
||||
}
|
||||
.settings_addfieldcontainer {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user