]> git.mxchange.org Git - mailer.git/commitdiff
themes_*.tpl moved
authorRoland Häder <roland@mxchange.org>
Thu, 12 Mar 2009 18:36:30 +0000 (18:36 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 12 Mar 2009 18:36:30 +0000 (18:36 +0000)
.gitattributes
templates/de/html/theme/.htaccess [new file with mode: 0644]
templates/de/html/theme/theme_one.tpl [new file with mode: 0644]
templates/de/html/theme/theme_select_box.tpl [new file with mode: 0644]
templates/de/html/theme/theme_select_form.tpl [new file with mode: 0644]
templates/de/html/theme_one.tpl [deleted file]
templates/de/html/theme_select_box.tpl [deleted file]
templates/de/html/theme_select_form.tpl [deleted file]

index 078ba80c1a9720f57ff34a8279ae1716bac35c2d..cac7c01828d3d0938c1daf3f2c212120b03e9d0e 100644 (file)
@@ -1526,9 +1526,10 @@ templates/de/html/surfbar/surfbar_start_banner.tpl -text
 templates/de/html/surfbar/surfbar_stopped.tpl -text
 templates/de/html/task/.htaccess -text
 templates/de/html/task/task_ext_deactivated.tpl -text
-templates/de/html/theme_one.tpl -text
-templates/de/html/theme_select_box.tpl -text
-templates/de/html/theme_select_form.tpl -text
+templates/de/html/theme/.htaccess -text
+templates/de/html/theme/theme_one.tpl -text
+templates/de/html/theme/theme_select_box.tpl -text
+templates/de/html/theme/theme_select_form.tpl -text
 templates/de/html/welcome.tpl -text
 templates/en/html/admin/admin_welcome.tpl -text
 templates/en/html/impressum.tpl -text
diff --git a/templates/de/html/theme/.htaccess b/templates/de/html/theme/.htaccess
new file mode 100644 (file)
index 0000000..03688ee
--- /dev/null
@@ -0,0 +1 @@
+Deny from all\r
diff --git a/templates/de/html/theme/theme_one.tpl b/templates/de/html/theme/theme_one.tpl
new file mode 100644 (file)
index 0000000..ecccf0a
--- /dev/null
@@ -0,0 +1,5 @@
+{--CURR_THEME_IS_1--}
+<br />
+<div class="theme_note">{!__THEME_NAME!}</div>
+<br />
+{--CURR_THEME_IS_2--}
diff --git a/templates/de/html/theme/theme_select_box.tpl b/templates/de/html/theme/theme_select_box.tpl
new file mode 100644 (file)
index 0000000..704d93b
--- /dev/null
@@ -0,0 +1,7 @@
+<table border="0" cellspacing="0" cellpadding="0" class="theme_box">
+       <tr>
+               <td align="center" class="theme_content">
+                       $content
+               </td>
+       </tr>
+</table>
diff --git a/templates/de/html/theme/theme_select_form.tpl b/templates/de/html/theme/theme_select_form.tpl
new file mode 100644 (file)
index 0000000..65ab663
--- /dev/null
@@ -0,0 +1,7 @@
+<form action="$content[form_action]" method="post" style="margin-bottom: 0px">
+       <select name="new_theme" class="guest_select">
+               $content[selection]
+       </select>
+       <br />
+       <input type="submit" name="ok" class="guest_submit" value="{--CHANGE_THEME--}" />
+</form>
diff --git a/templates/de/html/theme_one.tpl b/templates/de/html/theme_one.tpl
deleted file mode 100644 (file)
index ecccf0a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-{--CURR_THEME_IS_1--}
-<br />
-<div class="theme_note">{!__THEME_NAME!}</div>
-<br />
-{--CURR_THEME_IS_2--}
diff --git a/templates/de/html/theme_select_box.tpl b/templates/de/html/theme_select_box.tpl
deleted file mode 100644 (file)
index 704d93b..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<table border="0" cellspacing="0" cellpadding="0" class="theme_box">
-       <tr>
-               <td align="center" class="theme_content">
-                       $content
-               </td>
-       </tr>
-</table>
diff --git a/templates/de/html/theme_select_form.tpl b/templates/de/html/theme_select_form.tpl
deleted file mode 100644 (file)
index 65ab663..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<form action="$content[form_action]" method="post" style="margin-bottom: 0px">
-       <select name="new_theme" class="guest_select">
-               $content[selection]
-       </select>
-       <br />
-       <input type="submit" name="ok" class="guest_submit" value="{--CHANGE_THEME--}" />
-</form>