mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
set width of table col to * instead of 100%
This commit is contained in:
parent
0638776bc5
commit
6ea76aa00e
|
@ -606,7 +606,7 @@ $(document).ready( function() {
|
|||
if(!is_object($task))
|
||||
continue;
|
||||
echo "<tr>";
|
||||
echo "<td width=\"100%\">";
|
||||
echo "<td width=\"*\">";
|
||||
echo $extname."::".$taskname;
|
||||
echo "<p>";
|
||||
echo $task->getDescription();
|
||||
|
|
Loading…
Reference in New Issue
Block a user