Update ui to use bootstrap ui in more places

This commit is contained in:
2012-01-15 14:23:47 +00:00
parent c14fdcd2e3
commit 56d499b1aa
23 changed files with 221 additions and 272 deletions

View File

@@ -1,10 +1,10 @@
"page_replacements": {
"dialogheadertitle": {
"dialog-header-title": {
"content": "Add Setting"
},
"dialogcontent": {
"dialog-body": {
{include file="fragments/new-setting-dialog.tpl" assign=new_setting_dialog_content}
"content": {$new_setting_dialog_content|json_encode}
}

View File

@@ -14,11 +14,11 @@
"success": {$success|json_encode}
{else}
"page_replacements": {
"dialogheadertitle": {
"dialog-header-title": {
"content": "Rename Setting"
},
"dialogcontent": {
"dialog-body": {
{include file="fragments/rename-setting-dialog.tpl" assign="content"}
"content": {$content|json_encode}
}

View File

@@ -6,11 +6,11 @@
"content": {$sources_html|json_encode}
}
{else}
"dialogheadertitle": {
"content": "Delete Source"
"dialog-header-title": {
"content": "Delete this source?"
},
"dialogcontent": {
"dialog-body": {
{include file="fragments/delete-source.tpl" assign="delete_source_html"}
"content": {$delete_source_html|json_encode}
}

View File

@@ -1,10 +1,10 @@
"page_replacements": {
"dialogheadertitle": {
"content": "Update Settings"
"dialog-header-title": {
"content": "Settings updated"
},
"dialogcontent": {
"dialog-body": {
{include file="fragments/update-settings-dialog.tpl" assign=dialog_content}
"content": {$dialog_content|json_encode}
}