mirror of
https://github.com/myvesta/vesta
synced 2025-07-12 08:06:43 -07:00
WEB. templates fixed #915
This commit is contained in:
parent
36a1a3d49b
commit
02ac870ab7
38 changed files with 381 additions and 382 deletions
|
@ -145,12 +145,12 @@
|
|||
|
||||
<tr>
|
||||
<td class="vst-text step-top">
|
||||
<?php print $v_config_path ?>
|
||||
<?=$v_config_path ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<textarea class="vst-textinput console" name="v_config"><?php echo $v_config;?></textarea>
|
||||
<textarea class="vst-textinput console" name="v_config"><?=$v_config?></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<td class="vst-text input-label" style="text-transform: capitalize;">
|
||||
|
@ -161,10 +161,10 @@
|
|||
<table class="data-col2">
|
||||
<tr>
|
||||
<td class="step-top" width="116px">
|
||||
<input type="submit" class="button" name="save" value="<?php print __('Save');?>">
|
||||
<input type="submit" class="button" name="save" value="<?=__('Save')?>">
|
||||
</td>
|
||||
<td class="step-top">
|
||||
<input type="button" class="button cancel" value="<?php print __('Back');?>" onclick="<?php echo $back ?>">
|
||||
<input type="button" class="button cancel" value="<?=__('Back')?>" onclick="<?=$back?>">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue