summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/products')
-rw-r--r--template/en/default/admin/products/confirm-delete.html.tmpl115
-rw-r--r--template/en/default/admin/products/create.html.tmpl2
-rw-r--r--template/en/default/admin/products/edit.html.tmpl39
-rw-r--r--template/en/default/admin/products/groupcontrol/edit.html.tmpl6
4 files changed, 80 insertions, 82 deletions
diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl
index 626513526..2e02068a4 100644
--- a/template/en/default/admin/products/confirm-delete.html.tmpl
+++ b/template/en/default/admin/products/confirm-delete.html.tmpl
@@ -24,20 +24,19 @@
style_urls = ['skins/standard/admin.css']
%]
-<table border="1" cellpadding="4" cellspacing="0">
+<table id="admin_table">
<tr class="column_header">
- <th valign="top" class="left">Field</th>
- <th valign="top" class="left">Value</th>
+ <th>Field</th>
+ <th>Value</th>
</tr>
[% IF Param('useclassification') %]
<tr>
- <td>Classification:</td>
+ <td>Classification</td>
<td>[% classification.name FILTER html %]</td>
</tr>
<tr>
- <td>Classification Description:</td>
- [%# descriptions are intentionally not filtered to allow html content %]
+ <td>Classification Description</td>
<td>
[% IF classification.description %]
[% classification.description FILTER html_light %]
@@ -49,22 +48,21 @@
[% END %]
<tr>
- <td valign="top">Product:</td>
- <td valign="top">
+ <td>Product</td>
+ <td>
<a href="editproducts.cgi?product=[% product.name FILTER uri %]">
[% product.name FILTER html %]
</a>
</td>
</tr>
<tr>
- <td valign="top">Description:</td>
- [%# descriptions are intentionally not filtered to allow html content %]
- <td valign="top">[% product.description FILTER html_light %]</td>
+ <td>Description</td>
+ <td>[% product.description FILTER html_light %]</td>
</tr>
[% IF Param('usetargetmilestone') %]
<tr>
- <td>Milestone URL:</td>
+ <td>Milestone URL</td>
<td>
[% IF product.milestone_url %]
<a href="[% product.milestone_url FILTER html %]">
@@ -78,7 +76,7 @@
[% END %]
<tr>
- <td>Closed for [% terms.bugs %]:</td>
+ <td>Closed for [% terms.bugs %]</td>
<td>
[% IF product.is_active %]
open
@@ -93,15 +91,15 @@
[% IF product.components.size > 0 %]
<a href="editcomponents.cgi?product=[% product.name FILTER uri %]"
title="Edit components for product '[% product.name FILTER html %]'">
- Components:
+ Components
</a>
[% ELSE %]
- Components:
+ Components
[% END %]
</td>
<td>
[% IF product.components.size > 0 %]
- <table>
+ <table class="no-border">
[% FOREACH c = product.components %]
<tr>
<th>[% c.name FILTER html %]:</th>
@@ -119,17 +117,19 @@
<td>
[% IF product.versions.size > 0 %]
<a href="editversions.cgi?product=[%- product.name FILTER uri %]">
- Versions:
+ Versions
</a>
[% ELSE %]
- Versions:
+ Versions
[% END %]
</td>
<td>
[% IF product.versions.size > 0 %]
- [% FOREACH v = product.versions %]
- [% v.name FILTER html %]<br>
- [% END %]
+ <div class="multi-columns">
+ [% FOREACH v = product.versions %]
+ [% v.name FILTER html %]<br>
+ [% END %]
+ </div>
[% ELSE %]
none
[% END %]
@@ -139,20 +139,22 @@
[% IF Param('usetargetmilestone') %]
<tr>
- <td valign="top">
+ <td>
[% IF product.milestones.size > 0 %]
<a href="editmilestones.cgi?product=[%- product.name FILTER uri %]">
- Milestones:
+ Milestones
</a>
[% ELSE %]
- Milestones:
+ Milestones
[% END %]
</td>
<td>
[% IF product.milestones.size > 0 %]
- [% FOREACH m = product.milestones %]
- [% m.name FILTER html %]<br>
- [% END %]
+ <div class="multi-columns">
+ [% FOREACH m = product.milestones %]
+ [% m.name FILTER html %]<br>
+ [% END %]
+ </div>
[% ELSE %]
none
[% END %]
@@ -161,7 +163,7 @@
[% END %]
<tr>
- <td>[% terms.Bugs %]:</td>
+ <td>[% terms.Bugs %]</td>
<td>
[% IF product.bug_count %]
<a href="buglist.cgi?product=[% product.name FILTER uri %]"
@@ -181,41 +183,34 @@
[% IF !Param("allowbugdeletion") %]
- <p class="confirmation">Sorry, there
-
- [% IF product.bug_count > 1 %]
- are [% product.bug_count FILTER html %] [%+ terms.bugs %]
- [% ELSE %]
- is 1 [% terms.bug %]
- [% END %]
-
- outstanding for this product. You must reassign
-
- [% IF product.bug_count > 1 %]
- those [% terms.bugs %]
- [% ELSE %]
- that [% terms.bug %]
- [% END %]
-
- to another product before you can delete this one.</p>
+ <p class="confirmation">
+ Sorry, there
+ [% IF product.bug_count > 1 %]
+ are [% product.bug_count FILTER html %] [%+ terms.bugs %]
+ [% ELSE %]
+ is 1 [% terms.bug %]
+ [% END %]
+ outstanding for this product. You must reassign
+ [% IF product.bug_count > 1 %]
+ those [% terms.bugs %]
+ [% ELSE %]
+ that [% terms.bug %]
+ [% END %]
+ to another product before you can delete this one.
+ </p>
[% ELSE %]
- <table class="confirmation">
- <tr>
- <td>
- There
- [% IF product.bug_count > 1 %]
- are [% product.bug_count FILTER html %] [%+ terms.bugs %]
- [% ELSE %]
- is 1 [% terms.bug %]
- [% END %]
- entered for this product! When you delete this
- product, <b>ALL</b> stored [% terms.bugs %] and
- their history will be deleted, too.
- </td>
- </tr>
- </table>
+ <p class="confirmation">
+ There
+ [% IF product.bug_count > 1 %]
+ are [% product.bug_count FILTER html %] [%+ terms.bugs %]
+ [% ELSE %]
+ is 1 [% terms.bug %]
+ [% END %]
+ entered for this product! When you delete this product, <b>ALL</b>
+ stored [% terms.bugs %] and their history will be deleted, too.
+ </p>
[% END %]
diff --git a/template/en/default/admin/products/create.html.tmpl b/template/en/default/admin/products/create.html.tmpl
index 576e216d6..da63a2ff5 100644
--- a/template/en/default/admin/products/create.html.tmpl
+++ b/template/en/default/admin/products/create.html.tmpl
@@ -30,7 +30,7 @@
%]
<form method="post" action="editproducts.cgi">
- <table border="0" cellpadding="4" cellspacing="0">
+ <table id="admin_table_edit">
[% PROCESS "admin/products/edit-common.html.tmpl" %]
diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl
index fdbbe42c2..21689d9a7 100644
--- a/template/en/default/admin/products/edit.html.tmpl
+++ b/template/en/default/admin/products/edit.html.tmpl
@@ -30,12 +30,12 @@
%]
<form method="post" action="editproducts.cgi">
- <table border="0" cellpadding="4" cellspacing="0">
+ <table id="admin_table_edit">
[% PROCESS "admin/products/edit-common.html.tmpl" %]
<tr>
- <th valign="top">
+ <th>
<a href="editcomponents.cgi?product=[% product.name FILTER uri %]">
Edit components:
</a>
@@ -55,16 +55,16 @@
</td>
</tr>
<tr>
- <th valign="top">
- <a href="editversions.cgi?product=[% product.name FILTER uri %]">Edit
-versions:</a>
+ <th>
+ <a href="editversions.cgi?product=[% product.name FILTER uri %]">Edit versions:</a>
</th>
<td>
[%- IF product.versions.size -%]
- [% FOREACH v = product.versions %]
- [% v.name FILTER html %]
- <br>
- [% END %]
+ <div class="multi-columns">
+ [% FOREACH v = product.versions %]
+ [% v.name FILTER html %]<br>
+ [% END %]
+ </div>
[% ELSE %]
<span class="warning">missing</span>
[% END %]
@@ -72,16 +72,17 @@ versions:</a>
</tr>
[% IF Param('usetargetmilestone') %]
<tr>
- <th valign="top">
+ <th>
<a href="editmilestones.cgi?product=[% product.name FILTER uri %]">
Edit milestones:</a>
</th>
<td>
[%- IF product.milestones.size -%]
- [%- FOREACH m = product.milestones -%]
- [% m.name FILTER html %]
- <br>
- [% END %]
+ <div class="multi-columns">
+ [%- FOREACH m = product.milestones -%]
+ [% m.name FILTER html %]<br>
+ [% END %]
+ </div>
[% ELSE %]
<span class="warning">missing</span>
[% END %]
@@ -89,7 +90,7 @@ versions:</a>
</tr>
[% END %]
<tr>
- <th valign="top">
+ <th>
<a href="editproducts.cgi?action=editgroupcontrols&product=
[%- product.name FILTER uri %]">
Edit Group Access Controls:
@@ -98,7 +99,7 @@ versions:</a>
<td>
[% IF product.group_controls.size %]
[% FOREACH g = product.group_controls.values.sort("name") %]
- <b>[% g.group.name FILTER html %]:</b>&nbsp;
+ <b>[% g.group.name FILTER html %]:</b>
[% IF g.group.isactive %]
[% group_control.${g.membercontrol} FILTER html %]/
[% group_control.${g.othercontrol} FILTER html %]
@@ -119,8 +120,10 @@ versions:</a>
</tr>
<tr>
<th>[% terms.Bugs %]:</th>
- <td><a href="buglist.cgi?product=[% product.name FILTER uri %]">
- [% product.bug_count FILTER html %]</a></td>
+ <td>
+ <a href="buglist.cgi?product=[% product.name FILTER uri %]">
+ [% product.bug_count FILTER html %]</a>
+ </td>
</tr>
</table>
diff --git a/template/en/default/admin/products/groupcontrol/edit.html.tmpl b/template/en/default/admin/products/groupcontrol/edit.html.tmpl
index 62e1439ad..876d95f92 100644
--- a/template/en/default/admin/products/groupcontrol/edit.html.tmpl
+++ b/template/en/default/admin/products/groupcontrol/edit.html.tmpl
@@ -24,7 +24,7 @@
<input type="hidden" name="product" value="[% product.name FILTER html %]">
<input type="hidden" name="token" value="[% token FILTER html %]">
- <table id="form" cellspacing="0" cellpadding="4" border="1">
+ <table id="admin_table">
<tr class="column_header">
<th>Group</th>
<th>Entry</th>
@@ -40,7 +40,7 @@
[% IF !group.group.isactive %]
<tr class="disabled">
<td>[% group.group.name FILTER html %]</td>
- <td align="center" colspan="7">Disabled</td>
+ <td class="center" colspan="7">Disabled</td>
<td>[% group.bug_count FILTER html %]</td>
</tr>
[% ELSE %]
@@ -167,7 +167,7 @@ indicate which [% terms.bugs %] will be placed in
this group according to the following definitions.
</p>
-<table border=1>
+<table id="group_settings_desc">
<tr>
<th>
MemberControl