mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
dbbf50ac90
commit
d4b07f2b33
15 changed files with 189 additions and 245 deletions
|
@ -7,7 +7,7 @@ global $_t;
|
|||
|
||||
$_t["ca"]["Missing a required field."] = "Manca un camp requerit.";
|
||||
|
||||
$_t["ca"]["Search'"] = "Cerca'";
|
||||
$_t["ca"]["Search"] = "Cerca'";
|
||||
|
||||
$_t["ca"]["The account, %h%s%h, has been successfully created."] = "El compte, %h%s%h, s'ha creat satisfactòriament.";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue