OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-registry Date: 08-Aug-2006 15:46:03
Branch: HEAD Handle: 2006080814460100
Modified files:
openpkg-registry registry-ui.pl
Log:
point out where the row checkmarks belong to
Summary:
Revision Changes Path
1.98 +8 -4 openpkg-registry/registry-ui.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-registry/registry-ui.pl
============================================================================
$ cvs diff -u -r1.97 -r1.98 registry-ui.pl
--- openpkg-registry/registry-ui.pl 8 Aug 2006 13:29:12 -0000 1.97
+++ openpkg-registry/registry-ui.pl 8 Aug 2006 13:46:01 -0000 1.98
@@ -1568,7 +1568,8 @@
}
$html .= "<tr>";
- $html .= "<td colspan=\"2\">";
+ $html .= "<td>→</td>";
+ $html .= "<td>";
if ($mode eq "linked") {
$html .= "<div>" . $cgi->submit("$mode/unlink",'unlink') .
"</div>";
}
@@ -1970,7 +1971,8 @@
$html .= &condprofiletextfield ("mobilenumber", "Mobile Number", 50);
$html .= "<tr>";
- $html .= "<td colspan=\"2\">";
+ $html .= "<td>→</td>";
+ $html .= "<td>";
$html .= "<div>" . $cgi->submit("profile/modify",'modify') . "</div>";
$html .= "</td>";
$html .= "</tr>\n";
@@ -2071,7 +2073,8 @@
$html .= "</tr>";
$html .= "<tr>";
- $html .= "<td colspan=\"2\">";
+ $html .= "<td>→</td>";
+ $html .= "<td>";
$html .= "<div>" . $cgi->submit("token/new",'new') . "</div>";
$html .= "</td>";
$html .= "<tr>";
@@ -2151,7 +2154,8 @@
}
$html .= "<tr>";
- $html .= "<td colspan=\"2\">";
+ $html .= "<td>→</td>";
+ $html .= "<td>";
$html .= "<div>" . $cgi->submit("token/delete",'delete') .
"</div>";
$html .= "</td>";
$html .= "<td colspan=\"7\">";
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]