mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
started working on the pkgsearch
This commit is contained in:
parent
252855ad9c
commit
9c6ec26c32
5 changed files with 230 additions and 7 deletions
|
@ -98,7 +98,8 @@ if (!isset($_COOKIE["AURSID"])) {
|
|||
print "</tr>\n";
|
||||
print "<tr>\n";
|
||||
print "<td colspan='2' align='right'> <br/>";
|
||||
print "<input type='submit' value='".__("Login")."'></td>";
|
||||
print "<input type='submit' class='button'";
|
||||
print " value='".__("Login")."'></td>";
|
||||
print "</tr>\n";
|
||||
print "</table>\n";
|
||||
print "</form>\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue