@@ 470-488 (lines=19) @@ | ||
467 | <td>"._AM_XHELP_MIME_USER."</td> |
|
468 | <td>"._AM_XHELP_MINDEX_ACTION."</td> |
|
469 | </tr>"; |
|
470 | foreach($mimetypes as $mime){ |
|
471 | echo "<tr class='even'> |
|
472 | <td><input type='checkbox' name='mimes[]' value='".$mime->getVar('mime_id')."' />".$mime->getVar('mime_id')."</td> |
|
473 | <td>".$mime->getVar('mime_name')."</td> |
|
474 | <td>".$mime->getVar('mime_ext')."</td> |
|
475 | <td> |
|
476 | <a href='".XHELP_ADMIN_URL."/mimetypes.php?op=updateMimeValue&id=".$mime->getVar('mime_id')."&mime_admin=".$mime->getVar('mime_admin')."&limit=".$limit."&start=".$start."'> |
|
477 | ".($mime->getVar('mime_admin') ? $imagearray['online'] : $imagearray['offline'])."</a> |
|
478 | </td> |
|
479 | <td> |
|
480 | <a href='".XHELP_ADMIN_URL."/mimetypes.php?op=updateMimeValue&id=".$mime->getVar('mime_id')."&mime_user=".$mime->getVar('mime_user')."&limit=".$limit."&start=".$start."'> |
|
481 | ".($mime->getVar('mime_user') ? $imagearray['online'] : $imagearray['offline'])."</a> |
|
482 | </td> |
|
483 | <td> |
|
484 | <a href='".XHELP_ADMIN_URL."/mimetypes.php?op=edit&id=".$mime->getVar('mime_id')."&limit=".$limit."&start=".$start."'>".$imagearray['editimg']."</a> |
|
485 | <a href='".XHELP_ADMIN_URL."/mimetypes.php?op=delete&id=".$mime->getVar('mime_id')."&limit=".$limit."&start=".$start."'>".$imagearray['deleteimg']."</a> |
|
486 | </td> |
|
487 | </tr>"; |
|
488 | } |
|
489 | echo "<tr class='foot'> |
|
490 | <td colspan='6' valign='top'> |
|
491 | <a href='http://www.filext.com' style='float: right' target='_blank'>"._AM_XHELP_MIME_FINDMIMETYPE."</a> |
|
@@ 639-657 (lines=19) @@ | ||
636 | <td>"._AM_XHELP_MIME_USER."</td> |
|
637 | <td>"._AM_XHELP_MINDEX_ACTION."</td> |
|
638 | </tr>"; |
|
639 | foreach($mimetypes as $mime){ |
|
640 | echo "<tr class='even'> |
|
641 | <td><input type='checkbox' name='mimes[]' value='".$mime->getVar('mime_id')."' />".$mime->getVar('mime_id')."</td> |
|
642 | <td>".$mime->getVar('mime_name')."</td> |
|
643 | <td>".$mime->getVar('mime_ext')."</td> |
|
644 | <td> |
|
645 | <a href='".XHELP_ADMIN_URL."/mimetypes.php?op=updateMimeValue&id=".$mime->getVar('mime_id')."&mime_admin=".$mime->getVar('mime_admin')."&limit=".$limit."&start=".$start."'> |
|
646 | ".($mime->getVar('mime_admin') ? $imagearray['online'] : $imagearray['offline'])."</a> |
|
647 | </td> |
|
648 | <td> |
|
649 | <a href='".XHELP_ADMIN_URL."/mimetypes.php?op=updateMimeValue&id=".$mime->getVar('mime_id')."&mime_user=".$mime->getVar('mime_user')."&limit=".$limit."&start=".$start."'> |
|
650 | ".($mime->getVar('mime_user') ? $imagearray['online'] : $imagearray['offline'])."</a> |
|
651 | </td> |
|
652 | <td> |
|
653 | <a href='".XHELP_ADMIN_URL."/mimetypes.php?op=edit&id=".$mime->getVar('mime_id')."&limit=".$limit."&start=".$start."'>".$imagearray['editimg']."</a> |
|
654 | <a href='".XHELP_ADMIN_URL."/mimetypes.php?op=delete&id=".$mime->getVar('mime_id')."&limit=".$limit."&start=".$start."'>".$imagearray['deleteimg']."</a> |
|
655 | </td> |
|
656 | </tr>"; |
|
657 | } |
|
658 | echo "<tr class='foot'> |
|
659 | <td colspan='6' valign='top'> |
|
660 | <a href='http://www.filext.com' style='float: right' target='_blank'>"._AM_XHELP_MIME_FINDMIMETYPE."</a> |