mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
pkg_comments.php: Add JavaScript function to edit comments
Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
8328223a5e
commit
54d812ec79
4 changed files with 45 additions and 0 deletions
|
@ -124,6 +124,12 @@
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
.ajax-loader {
|
||||
float: right;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
legend {
|
||||
padding: 1em 0;
|
||||
}
|
||||
|
|
BIN
web/html/images/ajax-loader.gif
Normal file
BIN
web/html/images/ajax-loader.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 723 B |
|
@ -160,6 +160,10 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) {
|
|||
header("Content-Type: text/css");
|
||||
readfile("./$path");
|
||||
break;
|
||||
case "/images/ajax-loader.gif":
|
||||
header("Content-Type: image/gif");
|
||||
readfile("./$path");
|
||||
break;
|
||||
case "/css/archnavbar/archlogo.gif":
|
||||
case "/images/new.png":
|
||||
header("Content-Type: image/png");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue