mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
make save button primary, translate options of select menu
This commit is contained in:
parent
f2ae4e97bd
commit
969c9daba4
|
@ -505,7 +505,7 @@ $this->showStartPaneContent('site', (!$currenttab || $currenttab == 'site'));
|
|||
echo "<option value=\"".$key."\"";
|
||||
if(in_array($key, $selections))
|
||||
echo " selected";
|
||||
echo ">".htmlspecialchars($opt)."</option>";
|
||||
echo ">".htmlspecialchars(getMLText($extname.'_'.$opt, array(), $opt))."</option>";
|
||||
}
|
||||
echo "</select>";
|
||||
} elseif(!empty($conf['internal'])) {
|
||||
|
@ -597,7 +597,7 @@ $this->showStartPaneContent('site', (!$currenttab || $currenttab == 'site'));
|
|||
<?php
|
||||
if(is_writeable($settings->_configFilePath)) {
|
||||
?>
|
||||
<button type="submit" class="btn"><i class="icon-save"></i> <?php printMLText("save")?></button>
|
||||
<button type="submit" class="btn btn-primary"><i class="icon-save"></i> <?php printMLText("save")?></button>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user