Beispiel #1
0
 public function overview_action()
 {
     PageLayout::addScript($this->plugin->getPluginURL() . "/assets/jquery.elastic.source.js");
     $this->configs = FleximportConfig::all();
     $this->possibleConfigs = array();
     foreach (FleximportTable::findAll() as $table) {
         $this->possibleConfigs = array_merge($this->possibleConfigs, $table->neededConfigs());
     }
     $this->possibleConfigs = array_unique($this->possibleConfigs);
 }
Beispiel #2
0
echo _("Wird von einem Plugin dynamisch gemapped");
?>
                    <? else : ?>
                        <select name="tabledata[simplematching][fleximport_welcome_message][column]">
                            <option value=""><?php 
echo _("Standardnachricht mit Passwort an Nutzer");
?>
</option>
                            <option value="none"<?php 
echo "none" === $table['tabledata']['simplematching']['fleximport_welcome_message']['column'] ? " selected" : "";
?>
><?php 
echo _("Keine Nachricht versenden");
?>
</option>
                            <? foreach (FleximportConfig::all() as $config => $value) : ?>
                                <option value="<?php 
echo htmlReady($config);
?>
"<?php 
echo $config === $table['tabledata']['simplematching']['fleximport_welcome_message']['column'] ? " selected" : "";
?>
><?php 
echo htmlReady($config);
?>
</option>
                            <? endforeach ?>
                        </select>
                    <? endif ?>
                </td>
            </tr>