Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
448f7ef1
Commit
448f7ef1
authored
Aug 24, 2009
by
Loui Chang
Browse files
Remove Location from package search.
Signed-off-by:
Loui Chang
<
louipc.ist@gmail.com
>
parent
46f27985
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/template/pkg_search_form.php
View file @
448f7ef1
...
...
@@ -18,23 +18,6 @@
<div
id=
"advanced-search"
class=
"blue"
>
<input
type=
"hidden"
name=
"detail"
value=
"1"
/>
<ul>
<li>
<label>
<?php
print
__
(
"Location"
);
?>
</label>
<select
name=
'L'
>
<option
value=
"0"
>
<?php
print
__
(
"Any"
);
?>
</option>
<?php
foreach
(
pkgLocations
()
as
$id
=>
$loc
)
:
if
(
intval
(
$_GET
[
"L"
])
==
$id
)
:
?>
<option
value=
"
<?php
print
$id
;
?>
"
selected=
"selected"
>
<?php
print
$loc
;
?>
</option>
<?php
else
:
?>
<option
value=
"
<?php
print
$id
;
?>
"
>
<?php
print
$loc
;
?>
</option>
<?php
endif
;
endforeach
;
?>
</select>
</li>
<li>
<label>
<?php
print
__
(
"Category"
);
?>
</label>
<select
name=
'C'
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment