Lines 493-498
h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
Link Here
|
493 |
<table id="[% suggestion.suggestiontype %]t" class="sorted"> |
493 |
<table id="[% suggestion.suggestiontype %]t" class="sorted"> |
494 |
<thead> |
494 |
<thead> |
495 |
<tr><th> </th> |
495 |
<tr><th> </th> |
|
|
496 |
<th>No.</th> |
496 |
<th class="anti-the">Suggestion</th> |
497 |
<th class="anti-the">Suggestion</th> |
497 |
<th>Suggested by - on</th> |
498 |
<th>Suggested by - on</th> |
498 |
<th>Managed by - on</th> |
499 |
<th>Managed by - on</th> |
Lines 507-512
h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
Link Here
|
507 |
<input type="checkbox" name="edit_field" value="[% suggestions_loo.suggestionid %]" /> |
508 |
<input type="checkbox" name="edit_field" value="[% suggestions_loo.suggestionid %]" /> |
508 |
</td> |
509 |
</td> |
509 |
<td> |
510 |
<td> |
|
|
511 |
[% suggestions_loo.suggestionid %] |
512 |
</td> |
513 |
<td> |
510 |
<a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid %]&op=show" title="suggestion" > |
514 |
<a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid %]&op=show" title="suggestion" > |
511 |
[% suggestions_loo.title |html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author %][% END %]</a> |
515 |
[% suggestions_loo.title |html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author %][% END %]</a> |
512 |
[<a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid %]&op=edit" title="suggestion" >edit</a>] |
516 |
[<a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid %]&op=edit" title="suggestion" >edit</a>] |
513 |
- |
|
|