From 916c30f343f7220bacd35bcd072354cfd71536ee Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sat, 26 Dec 2009 12:53:33 +0100 Subject: [PATCH] Only require fleet paste for raids and launch confirmation --- root/lib/site/leftbar.tt2 | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/root/lib/site/leftbar.tt2 b/root/lib/site/leftbar.tt2 index ef01321..0e0c52f 100644 --- a/root/lib/site/leftbar.tt2 +++ b/root/lib/site/leftbar.tt2 @@ -49,33 +49,14 @@ [% IF c.check_user_roles("member_menu") %] - [% IF user.attacker %]

Member menu

- [% ELSE %] - [% IF c.user.planet %] -

Update your fleet to see member menu

-
-

Paste your total fleet from ships section on overview here:

- -
-
- [% ELSE %] -
-

We need your planet's coordinates: - - -

-
- [% END %] - [% END %] [% END %] [% IF c.check_user_roles("covop") %]

Covop menu

@@ -86,14 +67,31 @@ [% END %] [% IF user.attacker %] -

Attack menu

+

Fleet menu

[% PROCESS inc/targetlist.tt2 %]
+[% ELSIF c.check_user_roles("member_menu") %] + [% IF c.user.planet %] +

Update your fleet to see raids and launch confirmation

+
+

Paste your total fleet from ships section on overview here:

+ +
+
+ [% ELSE %] +
+

We need your planet's coordinates: + + +

+
+ [% END %] [% END %] [% IF c.check_user_roles("bc_menu") %]

BC menu

-- 2.39.2