mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Minor improvements in admin templates (#706)
* Minor improvements in admin templates * Update admin_sitemap.tpl
This commit is contained in:
parent
dffc4338cf
commit
b93f841e24
3 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="spacer_4"></div>
|
<h1>{L_ACTIONS_LOG}</h1>
|
||||||
|
|
||||||
<form action="{S_LOG_ACTION}" method="post">
|
<form action="{S_LOG_ACTION}" method="post">
|
||||||
<!-- IF TOPIC_CSV --><input type="hidden" name="t" value="{TOPIC_CSV}"/><!-- ENDIF -->
|
<!-- IF TOPIC_CSV --><input type="hidden" name="t" value="{TOPIC_CSV}"/><!-- ENDIF -->
|
||||||
|
|
|
@ -111,7 +111,7 @@ ajax.callback.sitemap = function(data) {
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<textarea name="static_sitemap" rows="5" cols="70">{STATIC_SITEMAP}</textarea><br />
|
<textarea name="static_sitemap" rows="5" cols="70">{STATIC_SITEMAP}</textarea><br />
|
||||||
<p>{L_SITEMAP_ADD_EXP_1} <b style="color: #993300;">{L_SITEMAP_ADD_EXP_2}</b></p>
|
<br><p>{L_SITEMAP_ADD_EXP_1} <b style="color: #993300;">{L_SITEMAP_ADD_EXP_2}</b></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -55,4 +55,5 @@
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<br>
|
||||||
<p>{L_BAN_EXPLAIN_WARN}</p>
|
<p>{L_BAN_EXPLAIN_WARN}</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue