Dotclear


Ignore:
Timestamp:
03/24/13 16:34:42 (12 years ago)
Author:
amalgame <philippe@…>
Branch:
default
Message:

Add no drag & drop option in Antispam, fixes #1393

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/antispam/index.php

    r1125 r1127  
    110110  echo 
    111111  dcPage::jsToolMan(). 
    112   dcPage::jsPageTabs($default_tab). 
    113   dcPage::jsLoad('index.php?pf=antispam/antispam.js'); 
     112  dcPage::jsPageTabs($default_tab); 
     113  $core->auth->user_prefs->addWorkspace('accessibility');  
     114  $user_dm_nodragdrop = $core->auth->user_prefs->accessibility->nodragdrop; 
     115  if (!$user_dm_nodragdrop) { 
     116     echo dcPage::jsLoad('index.php?pf=antispam/antispam.js'); 
     117  } 
    114118  ?> 
    115119  <link rel="stylesheet" type="text/css" href="index.php?pf=antispam/style.css" /> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map