From 5a15633a1179f960e1726eebf7f38c7ee2f2b4f8 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 28 Dec 2013 20:55:54 +0100 Subject: Bug 952795: Remove all style="..." attributes from HTML elements r/a=justdave --- template/en/default/reports/series.html.tmpl | 44 +++++++++++++--------------- 1 file changed, 20 insertions(+), 24 deletions(-) (limited to 'template/en/default/reports/series.html.tmpl') diff --git a/template/en/default/reports/series.html.tmpl b/template/en/default/reports/series.html.tmpl index a6bf0d97d..daf522348 100644 --- a/template/en/default/reports/series.html.tmpl +++ b/template/en/default/reports/series.html.tmpl @@ -17,16 +17,14 @@ [% PROCESS "reports/series-common.html.tmpl" newtext = "New (name below)" %] - - - + +
- + + + + - - - [% PROCESS series_select sel = { name => 'category', @@ -38,41 +36,40 @@ id="action-edit"> - + [% PROCESS series_select sel = { name => 'subcategory', size => 5, onchange => "checkNewState()" } %] - - - - + @@ -81,5 +78,4 @@ value="[% button_name FILTER html %]"> -
Category:CategorySub-categoryName Sub-category:Name:
+ + - Run every   - + Run every + -  day(s)
+ day(s)
[%# Change 'admin' here and in Series.pm, or remove the check completely, if you want to change who can make series public. %] - [% IF user.in_group('admin') %] + [% IF user.in_group('admin') %] - Visible to all
- (within group restrictions)
+ Visible to all
+ (within group restrictions) [% END %]
- + -
-- cgit v1.2.3-24-g4f1b