projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
159714d
)
indicate current sort direction in text-mode browsers
author
Tomasz Pala
<gotar@polanet.pl>
Wed, 28 Aug 2013 11:51:24 +0000
(13:51 +0200)
committer
Jehan-Guillaume de Rorthais
<ioguix@free.fr>
Mon, 11 Nov 2013 22:23:16 +0000
(23:23 +0100)
display.php
patch
|
blob
|
blame
|
history
diff --git
a/display.php
b/display.php
index e8a117ec6f88b6855e1d431e2844372a4bde3e7d..1a76d822984222bceffca5896d544c82419276f9 100644
(file)
--- a/
display.php
+++ b/
display.php
@@
-324,8
+324,8
@@
, $misc->printVal($finfo->name);
if($_REQUEST['sortkey'] == ($j + 1)) {
if($_REQUEST['sortdir'] == 'asc')
- echo '<img src="'. $misc->icon('RaiseArgument') .'" alt="">';
- else echo '<img src="'. $misc->icon('LowerArgument') .'" alt="">';
+ echo '<img src="'. $misc->icon('RaiseArgument') .'" alt="
asc
">';
+ else echo '<img src="'. $misc->icon('LowerArgument') .'" alt="
desc
">';
}
echo "</a></th>\n";
}