Exemple #1
0
 /**
  * Initializes a new instance.
  *
  * @return void
  *
  * @global string The title of the page.
  * @global array  The localization of the plugins.
  */
 public function __construct()
 {
     global $title, $plugin_tx;
     parent::__construct();
     $this->buttonLabel = $plugin_tx['realblog']['btn_delete'];
     $title = $this->title = $plugin_tx['realblog']['tooltip_deleteall'];
 }
 /**
  * Initializes a new instance.
  *
  * @return void
  *
  * @global string The title of the page.
  * @global array  The localization of the plugins.
  */
 public function __construct()
 {
     global $title, $plugin_tx;
     parent::__construct();
     $this->buttonLabel = $plugin_tx['realblog']['btn_ok'];
     $title = $this->title = $plugin_tx['realblog']['tooltip_changestatus'];
 }