mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Featurebox LAN
This commit is contained in:
@@ -5431,7 +5431,7 @@ class e_admin_form_ui extends e_form
|
|||||||
".($allow_copy ? $this->option(LAN_COPY, 'copy', false, array('class' => 'ui-batch-option class', 'other' => 'style="padding-left: 15px"')) : '')."
|
".($allow_copy ? $this->option(LAN_COPY, 'copy', false, array('class' => 'ui-batch-option class', 'other' => 'style="padding-left: 15px"')) : '')."
|
||||||
".($allow_delete ? $this->option(LAN_DELETE, 'delete', false, array('class' => 'ui-batch-option class', 'other' => 'style="padding-left: 15px"')) : '')."
|
".($allow_delete ? $this->option(LAN_DELETE, 'delete', false, array('class' => 'ui-batch-option class', 'other' => 'style="padding-left: 15px"')) : '')."
|
||||||
".($allow_url ? $this->option(LAN_UI_BATCH_CREATELINK, 'url', false, array('class' => 'ui-batch-option class', 'other' => 'style="padding-left: 15px"')) : '')."
|
".($allow_url ? $this->option(LAN_UI_BATCH_CREATELINK, 'url', false, array('class' => 'ui-batch-option class', 'other' => 'style="padding-left: 15px"')) : '')."
|
||||||
".($allow_featurebox ? $this->option(LAN_UI_BATCH_CREATEFEATUREBOX, 'featurebox', false, array('class' => 'ui-batch-option class', 'other' => 'style="padding-left: 15px"')) : '')."
|
".($allow_featurebox ? $this->option(LAN_PLUGIN_FEATUREBOX_BATCH, 'featurebox', false, array('class' => 'ui-batch-option class', 'other' => 'style="padding-left: 15px"')) : '')."
|
||||||
|
|
||||||
".$this->renderBatchFilter('batch')."
|
".$this->renderBatchFilter('batch')."
|
||||||
".$this->select_close()."
|
".$this->select_close()."
|
||||||
|
@@ -6,11 +6,15 @@
|
|||||||
* Featurebox global language defines
|
* Featurebox global language defines
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define("LAN_PLUGIN_FEATUREBOX_NAME", "Feature Box");
|
define("LAN_PLUGIN_FEATUREBOX_NAME", "Feature Box");
|
||||||
define("LAN_PLUGIN_FEATUREBOX_DESCRIPTION", "Displays an animated area on the top of your page with news-items and other content you would like to feature.");
|
define("LAN_PLUGIN_FEATUREBOX_DESCRIPTION", "Displays an animated area on the top of your page with news-items and other content you would like to feature.");
|
||||||
|
define("LAN_PLUGIN_FEATUREBOX_BATCH", "Create Featurebox Item");
|
||||||
|
|
||||||
|
|
||||||
// Install/uninstall messages
|
// Install/uninstall messages
|
||||||
define('FBLAN_INSTALL_01', 'Adding Default category table data.');
|
define('FBLAN_INSTALL_01', 'Adding Default category table data.'); //XXX Use Generic
|
||||||
define('FBLAN_INSTALL_02', 'Adding Default table data.');
|
define('FBLAN_INSTALL_02', 'Adding Default table data.'); //XXX Use Generic
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user