mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Issue ID 0000371:
o Sorry but reverse r1299/1300 Issue ID 0000356: o Add new html properties tags on adviser mode git-svn-id: http://piwigo.org/svn/trunk@1303 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-11
@@ -49,19 +49,9 @@ $template->assign_vars(
|
||||
'LANG'=>$lang_info['code'],
|
||||
'DIR'=>$lang_info['direction'],
|
||||
|
||||
'TAG_INPUT_ENABLED' => ((is_adviser()) ? 'disabled' : '')
|
||||
'TAG_INPUT_ENABLED' => ((is_adviser()) ? 'disabled onclick="return false;"' : '')
|
||||
));
|
||||
|
||||
if (is_adviser())
|
||||
{
|
||||
$template->assign_vars(
|
||||
array(
|
||||
'ADVISER_ENABLED' => $lang['adviser_mode_enabled']
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
// refresh
|
||||
if ( isset( $refresh ) and intval($refresh) >= 0 and isset( $url_link ) and isset( $redirect_msg ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user