From 2c2df90dc0d5eef066a4f6a2613f59f697005411 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 6 Jul 2011 14:19:03 +0200 Subject: Add missing files from previus checkin --- view/field_custom.tpl | 6 ++++++ view/field_password.tpl | 6 ++++++ view/field_radio.tpl | 6 ++++++ view/field_yesno.tpl | 13 +++++++++++++ view/settings_addons.tpl | 11 +++++++++++ view/settings_tabs.tpl | 6 ++++++ view/theme/dispy/login-bg.gif | Bin 0 -> 237 bytes 7 files changed, 48 insertions(+) create mode 100644 view/field_custom.tpl create mode 100644 view/field_password.tpl create mode 100644 view/field_radio.tpl create mode 100644 view/field_yesno.tpl create mode 100644 view/settings_addons.tpl create mode 100644 view/settings_tabs.tpl create mode 100644 view/theme/dispy/login-bg.gif (limited to 'view') diff --git a/view/field_custom.tpl b/view/field_custom.tpl new file mode 100644 index 000000000..be15d3f60 --- /dev/null +++ b/view/field_custom.tpl @@ -0,0 +1,6 @@ + +
+ + $field.2 + $field.3 +
diff --git a/view/field_password.tpl b/view/field_password.tpl new file mode 100644 index 000000000..e604b7f5d --- /dev/null +++ b/view/field_password.tpl @@ -0,0 +1,6 @@ + +
+ + + $field.3 +
diff --git a/view/field_radio.tpl b/view/field_radio.tpl new file mode 100644 index 000000000..a915e8eb3 --- /dev/null +++ b/view/field_radio.tpl @@ -0,0 +1,6 @@ + +
+ + + $field.3 +
diff --git a/view/field_yesno.tpl b/view/field_yesno.tpl new file mode 100644 index 000000000..5d4a775c2 --- /dev/null +++ b/view/field_yesno.tpl @@ -0,0 +1,13 @@ +
+ + + $field.3 +
diff --git a/view/settings_addons.tpl b/view/settings_addons.tpl new file mode 100644 index 000000000..8fe0b5194 --- /dev/null +++ b/view/settings_addons.tpl @@ -0,0 +1,11 @@ +$tabs + +

$title

+ + +
+ +$settings_addons + +
+ diff --git a/view/settings_tabs.tpl b/view/settings_tabs.tpl new file mode 100644 index 000000000..893fdfbce --- /dev/null +++ b/view/settings_tabs.tpl @@ -0,0 +1,6 @@ + +
+ $account.0 + $plugins.0 +
+
diff --git a/view/theme/dispy/login-bg.gif b/view/theme/dispy/login-bg.gif new file mode 100644 index 000000000..cde836c89 Binary files /dev/null and b/view/theme/dispy/login-bg.gif differ -- cgit v1.2.3