mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Move package search links on the dashboard
Move the package search links below the section headings. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
3ac5108db3
commit
3a167a109b
1 changed files with 4 additions and 2 deletions
|
@ -41,7 +41,8 @@ if (isset($_COOKIE["AURSID"])) {
|
|||
?>
|
||||
</div>
|
||||
<div id="intro" class="box">
|
||||
<h2><?= __("My Packages"); ?> <span class="more">(<a href="<?= get_uri('/packages/') ?>?SeB=m&K=<?= username_from_sid($_COOKIE["AURSID"]); ?>"><?= __('more') ?></a>)</span></h2>
|
||||
<h2><?= __("My Packages"); ?></h2>
|
||||
<p><a href="<?= get_uri('/packages/') ?>?SeB=m&K=<?= username_from_sid($_COOKIE["AURSID"]); ?>"><?= __('Search for packages I maintain') ?></a></p>
|
||||
<?php
|
||||
$params = array(
|
||||
'PP' => 50,
|
||||
|
@ -54,7 +55,8 @@ if (isset($_COOKIE["AURSID"])) {
|
|||
?>
|
||||
</div>
|
||||
<div id="intro" class="box">
|
||||
<h2><?= __("Co-Maintained Packages"); ?> <span class="more">(<a href="<?= get_uri('/packages/') ?>?SeB=c&K=<?= username_from_sid($_COOKIE["AURSID"]); ?>"><?= __('more') ?></a>)</span></h2>
|
||||
<h2><?= __("Co-Maintained Packages"); ?></h2>
|
||||
<p><a href="<?= get_uri('/packages/') ?>?SeB=c&K=<?= username_from_sid($_COOKIE["AURSID"]); ?>"><?= __('Search for packages I co-maintain') ?></a></p>
|
||||
<?php
|
||||
$params = array(
|
||||
'PP' => 50,
|
||||
|
|
Loading…
Add table
Reference in a new issue