Commit b0f0bf66 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 241195: Add a short text at the top of request.cgi explaining what the…

Bug 241195: Add a short text at the top of request.cgi explaining what the displayed data are - Patch by victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
parent f172b572
...@@ -30,16 +30,23 @@ ...@@ -30,16 +30,23 @@
title="Request Queue" title="Request Queue"
style = " style = "
table.requests th { text-align: left; } table.requests th { text-align: left; }
table#filter th { text-align: right; } table#filtering th { text-align: right; }
" "
onload="selectProduct(document.forms[0], 'product', 'component', 'Any');" onload="selectProduct(document.forms[0], 'product', 'component', 'Any');"
javascript_urls=["productmenu.js"] javascript_urls=["productmenu.js"]
%] %]
<p>
When you are logged in, only requests made by you or addressed to you
are shown by default. You can change the criteria using the form below.
When you are logged out, all pending requests that are not restricted
to some group are shown by default.
</p>
<form action="request.cgi" method="get"> <form action="request.cgi" method="get">
<input type="hidden" name="action" value="queue"> <input type="hidden" name="action" value="queue">
<table id="filter"> <table id="filtering">
<tr> <tr>
<th>Requester:</th> <th>Requester:</th>
<td><input type="text" name="requester" value="[% cgi.param('requester') FILTER html %]" size="20" <td><input type="text" name="requester" value="[% cgi.param('requester') FILTER html %]" size="20"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment