Ticket #1097 (closed enhancement: fixed)
mettre les liens des domaines cliquables dans le panneau administrateur, menu domaines installés
| Reported by: | sebas | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | alternc-0.9.8 |
| Component: | Bureau: général | Version: | alternc-0.9.7 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
voici le mini changement nécessaire.
--- bureau/admin/adm_doms.php-original 2008-02-11 09:16:23.000000000 -0500
+++ bureau/admin/adm_doms.php 2008-02-11 09:24:22.000000000 -0500
@@ -65,7 +65,7 @@
<tr class="lst<?php echo $col; ?>">
<td><a href="adm_domlock.php?domain=<?php echo urlencode($c[$i][domaine]); ?>"><?php
if ($c[$i][noerase]) __("Unlock"); else __("Lock"); ?></a></td>
-<td><?php echo $c[$i][domaine]; ?></td>
+<td><a href="http://<?php echo $c[$i][domaine]; ?>" target="_blank"><?php echo $c[$i][domaine]; ?></a></td>
<td><?php echo $c[$i][login]; ?></td>
<td><?php if ($c[$i][noerase]) {
echo "<img src="icon/encrypted.png" width="16" height="16" alt=""._("Locked Domain")."" />";
Change History
Note: See
TracTickets for help on using
tickets.

(In [2112]) integrate patch for linking to domains directly in domain listing. Patch from: Sebastien Grenier Closes: #1097