1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Featurebox LAN

This commit is contained in:
Cameron
2013-03-07 22:54:00 -08:00
parent 3e66c9b08f
commit 577ec63202
2 changed files with 8 additions and 4 deletions

View File

@@ -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()."

View File

@@ -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
?> ?>