mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-07 13:49:23 +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."\"";
|
echo "<option value=\"".$key."\"";
|
||||||
if(in_array($key, $selections))
|
if(in_array($key, $selections))
|
||||||
echo " selected";
|
echo " selected";
|
||||||
echo ">".htmlspecialchars($opt)."</option>";
|
echo ">".htmlspecialchars(getMLText($extname.'_'.$opt, array(), $opt))."</option>";
|
||||||
}
|
}
|
||||||
echo "</select>";
|
echo "</select>";
|
||||||
} elseif(!empty($conf['internal'])) {
|
} elseif(!empty($conf['internal'])) {
|
||||||
|
@ -597,7 +597,7 @@ $this->showStartPaneContent('site', (!$currenttab || $currenttab == 'site'));
|
||||||
<?php
|
<?php
|
||||||
if(is_writeable($settings->_configFilePath)) {
|
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
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user