summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5654fb1)
raw | patch | inline | side by side (parent: 5654fb1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 13 Apr 2010 10:56:07 +0000 (10:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 13 Apr 2010 10:56:07 +0000 (10:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17617 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/ihtml/themes/default/colors.txt | [deleted file] | patch | blob | history |
gosa-core/ihtml/themes/default/conflict.tpl | [deleted file] | patch | blob | history |
diff --git a/gosa-core/ihtml/themes/default/colors.txt b/gosa-core/ihtml/themes/default/colors.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Color guide
-===========
-
-Background: #FFFFFF
-Header-background: #A9FBA6
-Font colors: #000000
- #00008F
-Menu: #F8F8F8
-Highlight: #F0F0F0
-Borders: #AAAAAA
-Font Error: #FF0000
-Font Warning: #FFA500
-Font OK: #008000
diff --git a/gosa-core/ihtml/themes/default/conflict.tpl b/gosa-core/ihtml/themes/default/conflict.tpl
+++ /dev/null
@@ -1,16 +0,0 @@
-<div class="plugtop">
- {t}Session conflict detected{/t}
-</div>
-
-<p>
- <b>{t}Warning{/t}:</b> {t}Probably there's another active instance of your session. Multiple window operation is technical not possible and heavily depends on the browser you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is possible. Pressing the Logout button will close this session.{/t}
-</p>
-
-<p>
- <b style="color:red;">{t}Ignoring this message will change/destroy the data you're currently editing, so please close multiple windows and log in again.{/t}</b>
-</p>
-
-<p class="plugbottom">
- <input type="submit" name="reset_session" value="{t}Logout{/t}">
-</p>
-