From 6e2e1f6ae40051b434289aca38c79d2c01f6921c Mon Sep 17 00:00:00 2001 From: x2001corpet Date: Sat, 29 Jul 2006 19:49:52 +0000 Subject: [PATCH] rewrite create new flyspray task to put in xnet git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@701 839d8a87-29fc-0310-9880-83ba4fa771e5 --- htdocs/css/flyspray.css | 25 ------------------------- templates/skin/common.bug.tpl | 38 ++++++++++++++++++++++++++++++++++++++ templates/skin/common.footer.tpl | 37 ------------------------------------- templates/skin/common.header.tpl | 4 ---- templates/skin/common.menu.tpl | 1 + 5 files changed, 39 insertions(+), 66 deletions(-) delete mode 100644 htdocs/css/flyspray.css create mode 100644 templates/skin/common.bug.tpl diff --git a/htdocs/css/flyspray.css b/htdocs/css/flyspray.css deleted file mode 100644 index 395a6db..0000000 --- a/htdocs/css/flyspray.css +++ /dev/null @@ -1,25 +0,0 @@ -#flyspray_report { - display:none; - position:fixed; - width:60%; - height:470px; - top:20%; - left:20%; - border: solid 1px; - background:white; - color:black; - text-align:left; -} -#flyspray_report div { - margin-left:10%; - margin-right:10%; -} -#flyspray_report textarea { - width:100%; - margin-bottom:10px; - height:300px; - display:block; -} -#flyspray_submit { - text-align:center; -} \ No newline at end of file diff --git a/templates/skin/common.bug.tpl b/templates/skin/common.bug.tpl new file mode 100644 index 0000000..a06085f --- /dev/null +++ b/templates/skin/common.bug.tpl @@ -0,0 +1,38 @@ + + + diff --git a/templates/skin/common.footer.tpl b/templates/skin/common.footer.tpl index d91c1bd..163eac3 100644 --- a/templates/skin/common.footer.tpl +++ b/templates/skin/common.footer.tpl @@ -20,43 +20,6 @@ {* *} {**************************************************************************} -
-
-

Signaler un bug ou demander une amélioration

-
- - - - - - - - - - - - - - - -
- - -
-
-
-
-
Plat/al {#globals.version#} - Copyright © 1999-2006 Polytechnique.org  -  diff --git a/templates/skin/common.header.tpl b/templates/skin/common.header.tpl index 162357e..26a9db8 100644 --- a/templates/skin/common.header.tpl +++ b/templates/skin/common.header.tpl @@ -36,7 +36,6 @@ - {foreach from=$xorg_css item=css} {/foreach} @@ -47,9 +46,6 @@ - {if $smarty.session.auth} - - {/if} {if $xorg_rss} diff --git a/templates/skin/common.menu.tpl b/templates/skin/common.menu.tpl index 789cd94..c6b3861 100644 --- a/templates/skin/common.menu.tpl +++ b/templates/skin/common.menu.tpl @@ -74,6 +74,7 @@ +{include file=skin/common.bug.tpl} {if $smarty.session.perms eq admin} -- 2.1.4