XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.8.1, 1.9.0 (alpha)
    • 1.9.0 (alpha)
    • Frontend (F)
    • None

      Index: users.php
      ===================================================================
      — users.php (revision 9118)
      +++ users.php (working copy)
      @@ -482,12 +482,12 @@
      $goBox = new CComboBox('go');

      $goOption = new CComboItem('unblock',S_UNBLOCK_SELECTED);

      • $goOption->setAttribute('confirm','Unblock selected users?');
        + $goOption->setAttribute('confirm',S_UBLOCK_SELECTED_USERS_Q);
        $goBox->addItem($goOption);
        // $goBox->addItem('unblock',S_UNBLOCK_SELECTED);

      $goOption = new CComboItem('delete',S_DELETE_SELECTED);

      • $goOption->setAttribute('confirm','Delete selected users?');
        + $goOption->setAttribute('confirm',S_DELETE_SELECTED_USERS_Q);
        $goBox->addItem($goOption);
        // $goBox->addItem('delete',S_DELETE_SELECTED);

      Index: include/locales/en_gb.inc.php
      ===================================================================
      — include/locales/en_gb.inc.php (revision 9145)
      +++ include/locales/en_gb.inc.php (working copy)
      @@ -1586,6 +1586,8 @@
      'S_DISABLE_DEBUG'=> 'Disable DEBUG',
      'S_BLOCKED'=> 'Blocked',
      'S_UNBLOCK_SELECTED'=> 'Unblock selected',
      + 'S_UBLOCK_SELECTED_USERS_Q'=> 'Unblock selected users?',
      + 'S_DELETE_SELECTED_USERS_Q'=> 'Delete selected users?',

      //scripts.php
      'S_SCRIPTS_CONFIGURATION_BIG'=> 'CONFIGURATION OF SCRIPTS',

            Unassigned Unassigned
            dotneft Alexey Pustovalov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: