mirror of
https://github.com/typecho/plugins.git
synced 2024-12-21 20:40:08 +08:00
修复按钮样式,增加文字提示
This commit is contained in:
parent
975251b0f8
commit
dfe1fa86c2
@ -48,11 +48,11 @@ include 'menu.php';
|
||||
<form action="<?php $options->index('/action/wordpress-to-typecho'); ?>" method="post">
|
||||
<?php _e('我们检测到了 WordPress 系统信息, 点击下方的按钮开始数据转换, 数据转换可能会耗时较长.'); ?>
|
||||
<ul>
|
||||
<li><strong><?php echo $static['blogname']; ?></strong></li>
|
||||
<li><?php echo $static['blogdescription']; ?></li>
|
||||
<li><code><?php echo $static['siteurl']; ?></code></li>
|
||||
<li>网站名:<strong><?php echo $static['blogname']; ?></strong></li>
|
||||
<li>描述:<?php echo $static['blogdescription']; ?></li>
|
||||
<li>网址:<code><?php echo $static['siteurl']; ?></code></li>
|
||||
</ul>
|
||||
<button type="submit" class="primary"><?php _e('开始数据转换 »'); ?></button>
|
||||
<button type="submit" class="btn primary"><?php _e('开始数据转换 »'); ?></button>
|
||||
</form>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
|
Loading…
Reference in New Issue
Block a user