Bug 581798: Remove whitespaces from URLs when listing classifications and products in editproducts.cgi

r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@260892 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2010-07-26 12:18:44 +00:00
parent 3809fd33d0
commit 76d18745d3
3 changed files with 6 additions and 24 deletions

View File

@ -1 +1 @@
7404
7405

View File

@ -27,18 +27,11 @@
title = "Select Classification"
%]
[% edit_contentlink = BLOCK %]
editproducts.cgi?classification=%%name%%
[% END %]
[% add_contentlink = BLOCK %]
editproducts.cgi?action=add&classification=%%name%%
[% END %]
[% columns = [
{
name => "name"
heading => "Edit products of..."
contentlink => edit_contentlink
contentlink => 'editproducts.cgi?classification=%%name%%'
},
{
name => "description"
@ -57,7 +50,7 @@
[% columns.push({
heading => "Action..."
content => "Add product"
contentlink => add_contentlink })
contentlink => 'editproducts.cgi?action=add&classification=%%name%%' })
%]
[% END %]

View File

@ -37,22 +37,11 @@
title = "Select product $classification_title"
%]
[% edit_contentlink = BLOCK %]
editproducts.cgi?action=edit&product=%%name%%
[% END %]
[% delete_contentlink = BLOCK %]
editproducts.cgi?action=del&product=%%name%%
[% END %]
[% bug_count_contentlink = BLOCK %]
buglist.cgi?product=%%name%%
[% END %]
[% columns = [
{
name => "name"
heading => "Edit product..."
contentlink => edit_contentlink
contentlink => 'editproducts.cgi?action=edit&product=%%name%%'
},
{
name => "description"
@ -72,7 +61,7 @@
name => "bug_count"
heading => "$terms.Bug Count"
align => 'right'
contentlink => bug_count_contentlink
contentlink => 'buglist.cgi?product=%%name%%'
})
%]
@ -81,7 +70,7 @@
[% columns.push({
heading => "Action"
content => "Delete"
contentlink => delete_contentlink
contentlink => 'editproducts.cgi?action=del&product=%%name%%'
})
%]