summaryrefslogtreecommitdiffstats
path: root/web/template
diff options
context:
space:
mode:
authorCallan Barrett <wizzomafizzo@gmail.com>2008-01-12 18:18:43 +0900
committerDan McGee <dan@archlinux.org>2008-01-20 00:21:20 -0600
commitd4b07f2b334dada626e4743951cdd6adab87f62e (patch)
tree74faee21b162018a6bc33c168caf400f4ede920b /web/template
parentdbbf50ac9024dddb5ce70b8aa42c828596eb66d3 (diff)
downloadaurweb-d4b07f2b334dada626e4743951cdd6adab87f62e.tar.xz
Tweaks of various page layouts and handling of data
This is a patch that fixes a lot of little things: * We no longer have pkgsearch or pkgdetails link functions and all references to them are gone, that's what a back button is for and if we really need it we can come up with something better * No longer have do_Details variable, this means links on the package search are simply ?ID=foo * On the pkgdetails pages when there are either no deps, deps by, sources or comments for a package the list for each will display "None" instead of nothing at all (ruining the layout) * Fixed a bug where if a package had no sources or no deps pkgsubmit.php would submit an empty one * Translation of the word "Search'" has been changed to "Search" Most of these relate to each other. Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Diffstat (limited to 'web/template')
-rw-r--r--web/template/header.php2
-rw-r--r--web/template/search_accounts_form.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/template/header.php b/web/template/header.php
index 440cb24..8e02211 100644
--- a/web/template/header.php
+++ b/web/template/header.php
@@ -43,7 +43,7 @@ if (isset($_COOKIE["AURSID"])) {
.__("My Packages")."</a></li>\n";
}
?>
- <li><a href="http://www.archlinux.org/mailman/listinfo/tur-users/">
+ <li><a href="http://archlinux.org/mailman/listinfo/aur-general">
<?php print __("Discussion"); ?></a></li>
<li><a href="http://bugs.archlinux.org/index.php?tasks=all&project=2"><?php print __("Bugs"); ?></a></li>
<li><a href="packages.php"><?php print __("Packages"); ?></a></li>
diff --git a/web/template/search_accounts_form.php b/web/template/search_accounts_form.php
index 6e7d552..d5665e9 100644
--- a/web/template/search_accounts_form.php
+++ b/web/template/search_accounts_form.php
@@ -58,7 +58,7 @@
<td>&nbsp;</td>
<td align='left'>&nbsp;<br/>
<input type='submit' class='button'
- value="<?php print __("Search'"); ?>">
+ value="<?php print __("Search"); ?>">
<input type='reset' class='button'
value="<?php print __("Reset"); ?>"></td>
</tr>