update with html5 compliant code
This commit is contained in:
parent
45abca9d14
commit
4bf5a52f4b
@ -270,7 +270,7 @@ print '</tr>';
|
|||||||
|
|
||||||
print "<tr class=\"oddeven\">\n";
|
print "<tr class=\"oddeven\">\n";
|
||||||
$url='https://www.dolistore.com/en/modules/980-TakePOS-7-mobile.html';
|
$url='https://www.dolistore.com/en/modules/980-TakePOS-7-mobile.html';
|
||||||
print '<td align="left"><a href="'.$url.'" target="_blank" rel="external"><img border="0" class="imgautosize imgmaxwidth180" src="../img/marketplace/takeposmobile.jpg"></a></td>';
|
print '<td class="left"><a href="'.$url.'" target="_blank" rel="external"><img border="0" class="imgautosize imgmaxwidth180" src="../img/marketplace/takeposmobile.jpg"></a></td>';
|
||||||
print '<td>TakePOS for mobile devices</td>';
|
print '<td>TakePOS for mobile devices</td>';
|
||||||
print '<td><a href="'.$url.'" target="_blank" rel="external">'.$url.'</a></td>';
|
print '<td><a href="'.$url.'" target="_blank" rel="external">'.$url.'</a></td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
@ -287,7 +287,7 @@ print '</tr>';
|
|||||||
|
|
||||||
print "<tr class=\"oddeven\">\n";
|
print "<tr class=\"oddeven\">\n";
|
||||||
$url='http://www.takepos.com';
|
$url='http://www.takepos.com';
|
||||||
print '<td align="left"><a href="'.$url.'" target="_blank" rel="external"><img border="0" class="imgautosize imgmaxwidth180" src="../img/takepos.png"></a></td>';
|
print '<td class="left"><a href="'.$url.'" target="_blank" rel="external"><img border="0" class="imgautosize imgmaxwidth180" src="../img/takepos.png"></a></td>';
|
||||||
print '<td>TakePOS original developers</td>';
|
print '<td>TakePOS original developers</td>';
|
||||||
print '<td><a href="'.$url.'" target="_blank" rel="external">'.$url.'</a></td>';
|
print '<td><a href="'.$url.'" target="_blank" rel="external">'.$url.'</a></td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|||||||
@ -444,7 +444,7 @@ if (empty($action) || $action == 'view' || $action == 'addlink' || $action == 'd
|
|||||||
// Progression
|
// Progression
|
||||||
print '<tr><td>';
|
print '<tr><td>';
|
||||||
print '<table class="nobordernopadding" width="100%"><tr><td class="nowrap">';
|
print '<table class="nobordernopadding" width="100%"><tr><td class="nowrap">';
|
||||||
print $langs->trans('Progression') . '</td><td align="left">';
|
print $langs->trans('Progression') . '</td><td class="left">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if ($action != 'progression' && $object->fk_statut < 8 && !$user->societe_id) {
|
if ($action != 'progression' && $object->fk_statut < 8 && !$user->societe_id) {
|
||||||
print '<td align="right"><a href="' . $url_page_current . '?action=progression&track_id=' . $object->track_id . '">' . img_edit($langs->trans('Modify')) . '</a></td>';
|
print '<td align="right"><a href="' . $url_page_current . '?action=progression&track_id=' . $object->track_id . '">' . img_edit($langs->trans('Modify')) . '</a></td>';
|
||||||
|
|||||||
@ -327,7 +327,7 @@ if ($result) {
|
|||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
|
|
||||||
// Creation date
|
// Creation date
|
||||||
print '<td align="left">';
|
print '<td class="left">';
|
||||||
print dol_print_date($db->jdate($objp->datec), 'dayhour');
|
print dol_print_date($db->jdate($objp->datec), 'dayhour');
|
||||||
print "</td>";
|
print "</td>";
|
||||||
|
|
||||||
|
|||||||
@ -672,8 +672,8 @@ if (isset($totalarray['pos']))
|
|||||||
{
|
{
|
||||||
if ($i == 1)
|
if ($i == 1)
|
||||||
{
|
{
|
||||||
if ($num < $limit) print '<td align="left">'.$langs->trans("Total").'</td>';
|
if ($num < $limit) print '<td class="left">'.$langs->trans("Total").'</td>';
|
||||||
else print '<td align="left">'.$langs->trans("Totalforthispage").'</td>';
|
else print '<td class="left">'.$langs->trans("Totalforthispage").'</td>';
|
||||||
}
|
}
|
||||||
else print '<td></td>';
|
else print '<td></td>';
|
||||||
}
|
}
|
||||||
|
|||||||
@ -161,7 +161,7 @@ if ($resql)
|
|||||||
print img_picto($langs->trans("Administrator"),'star');
|
print img_picto($langs->trans("Administrator"),'star');
|
||||||
}
|
}
|
||||||
print "</td>";
|
print "</td>";
|
||||||
print '<td align="left">'.$obj->login.'</td>';
|
print '<td class="left">'.$obj->login.'</td>';
|
||||||
print "<td>";
|
print "<td>";
|
||||||
if ($obj->fk_soc)
|
if ($obj->fk_soc)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user