Add support for config hashes in the admin settings page.

This commit is contained in:
2011-09-24 16:14:10 +01:00
parent 1737106618
commit 553c256574
5 changed files with 64 additions and 4 deletions

View File

@@ -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;
}