[Fusionforge-commits] r9433 - branches/Branch_5_0/gforge/www/tracker
Olivier Berger
olberger at libremir.placard.fr.eu.org
Thu Apr 8 20:17:37 CEST 2010
Author: olberger
Date: 2010-04-08 20:17:36 +0200 (Thu, 08 Apr 2010)
New Revision: 9433
Modified:
branches/Branch_5_0/gforge/www/tracker/browse.php
Log:
Put inputs inside tds so that it validates strict XHTML
Modified: branches/Branch_5_0/gforge/www/tracker/browse.php
===================================================================
--- branches/Branch_5_0/gforge/www/tracker/browse.php 2010-04-08 18:17:28 UTC (rev 9432)
+++ branches/Branch_5_0/gforge/www/tracker/browse.php 2010-04-08 18:17:36 UTC (rev 9433)
@@ -254,13 +254,13 @@
if (db_numrows($res)>0) {
echo '<form action="'. getStringFromServer('PHP_SELF') .'" method="get">';
- echo '<input type="hidden" name="group_id" value="'.$group_id.'" />';
- echo '<input type="hidden" name="atid" value="'.$ath->getID().'" />';
- echo '<input type="hidden" name="power_query" value="1" />';
echo ' <table width="100%" cellspacing="0">
<tr>
<td>
';
+ echo '<input type="hidden" name="group_id" value="'.$group_id.'" />';
+ echo '<input type="hidden" name="atid" value="'.$ath->getID().'" />';
+ echo '<input type="hidden" name="power_query" value="1" />';
$optgroup['key'] = 'type';
$optgroup['values'][0] = 'Private queries';
$optgroup['values'][1] = 'Project queries';
@@ -299,11 +299,11 @@
</div>
<div class="tabbertab'.($af->query_type == 'custom' ? ' tabbertabdefault' : '').'" title="'._('Simple Filtering and Sorting').'">
<form action="'. getStringFromServer('PHP_SELF') .'?group_id='.$group_id.'&atid='.$ath->getID().'" method="post">
- <input type="hidden" name="query_id" value="-1" />
- <input type="hidden" name="set" value="custom" />
<table width="100%" cellspacing="0">
<tr>
<td>
+ <input type="hidden" name="query_id" value="-1" />
+ <input type="hidden" name="set" value="custom" />
'._('Assignee').': '. $tech_box .'
</td>
<td align="center">
More information about the Fusionforge-commits
mailing list