summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorKate Arzamastseva <pshns@ukr.net>2011-08-01 01:39:36 +0300
committerKate Arzamastseva <pshns@ukr.net>2011-08-01 01:39:36 +0300
commitd5daba103cb1ed14fd07618ef936ca8d5cffb50c (patch)
treee9430b8cdc3bf2181661a1926795a1e7c9f1903e /inc/html.php
parent69143ff27bdf2a979818367613e604f8ee4aef88 (diff)
downloadrpg-d5daba103cb1ed14fd07618ef936ca8d5cffb50c.tar.gz
rpg-d5daba103cb1ed14fd07618ef936ca8d5cffb50c.tar.bz2
css class name fix
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/html.php b/inc/html.php
index 1df61dc7e..a225f8503 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -763,7 +763,7 @@ function html_recent($first=0, $show_changes='both'){
'value' => $lang['btn_newer'],
'accesskey' => 'n',
'title' => $lang['btn_newer'].' [N]',
- 'class' => 'button not_hide'
+ 'class' => 'button show'
)));
$form->addElement(form_makeCloseTag('div'));
}
@@ -775,7 +775,7 @@ function html_recent($first=0, $show_changes='both'){
'value' => $lang['btn_older'],
'accesskey' => 'p',
'title' => $lang['btn_older'].' [P]',
- 'class' => 'button not_hide'
+ 'class' => 'button show'
)));
$form->addElement(form_makeCloseTag('div'));
}