mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Minor improvements (#742)
This commit is contained in:
parent
333c0cef1d
commit
09d64c5a24
5 changed files with 306 additions and 284 deletions
|
@ -173,7 +173,11 @@
|
||||||
<td class="row1" align="center"><input type="checkbox" name="add_quota_check" /></td>
|
<td class="row1" align="center"><input type="checkbox" name="add_quota_check" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr align="right">
|
<tr align="right">
|
||||||
<td class="catBottom" colspan="3"> {S_HIDDEN_FIELDS} <input type="submit" name="submit" class="liteoption" value="{L_SUBMIT}" /></td>
|
<td class="catBottom" colspan="3">
|
||||||
|
{S_HIDDEN_FIELDS}
|
||||||
|
<input type="reset" value="{L_CANCEL}" class="liteoption"/>
|
||||||
|
<input type="submit" name="submit" class="liteoption" value="{L_SUBMIT}"/>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{L_DESCRIPTION}</th>
|
<th>{L_DESCRIPTION}</th>
|
||||||
|
@ -196,7 +200,10 @@
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END limit_row -->
|
<!-- END limit_row -->
|
||||||
<tr align="right">
|
<tr align="right">
|
||||||
<td class="catBottom" colspan="3"> <input type="submit" name="submit" class="liteoption" value="{L_SUBMIT}" /></td>
|
<td class="catBottom" colspan="3">
|
||||||
|
<input type="reset" value="{L_CANCEL}" class="liteoption"/>
|
||||||
|
<input type="submit" name="submit" class="liteoption" value="{L_SUBMIT}"/>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<form method="post" action="{S_FORM_ACTION}">
|
<form method="post" action="{S_FORM_ACTION}">
|
||||||
|
|
||||||
<table class="forumline wAuto">
|
<table class="forumline wAuto">
|
||||||
<col class="row1">
|
<col class="row1">
|
||||||
<col class="row2">
|
<col class="row2">
|
||||||
|
@ -12,18 +11,19 @@
|
||||||
<th colspan="2">{L_ADD_DISALLOW_TITLE}</th>
|
<th colspan="2">{L_ADD_DISALLOW_TITLE}</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><input class="post" type="text" name="disallowed_user" size="100" /> <input type="submit" name="add_name" value="{L_ADD_DISALLOW}" class="mainoption" /></td>
|
<td colspan="2"><input class="post" type="text" name="disallowed_user" size="100"/> <input
|
||||||
|
type="submit" name="add_name" value="{L_ADD_DISALLOW}" class="mainoption"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">{L_DELETE_DISALLOW_TITLE}</th>
|
<th colspan="2">{L_DELETE_DISALLOW_TITLE}</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><h4>{L_USERNAME}</h4><h6>{L_DELETE_DISALLOW_EXPLAIN}</h6></td>
|
<td><h4>{L_USERNAME}</h4><h6>{L_DELETE_DISALLOW_EXPLAIN}</h6></td>
|
||||||
<td>{S_DISALLOW_SELECT} <input type="submit" name="delete_name" value="{L_DELETE}" class="liteoption" /></td>
|
<td>{S_DISALLOW_SELECT} <input type="submit" name="delete_name" value="{L_DELETE}" class="liteoption"/>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="catBottom" colspan="2"> </td>
|
<td class="catBottom" colspan="2"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -66,9 +66,11 @@
|
||||||
<legend>{L_ACTS_LOG_LOGS_FROM} ({L_ACTS_LOG_FIRST}: {FIRST_LOG_TIME})</legend>
|
<legend>{L_ACTS_LOG_LOGS_FROM} ({L_ACTS_LOG_FIRST}: {FIRST_LOG_TIME})</legend>
|
||||||
<div>
|
<div>
|
||||||
<p class="input nowrap">
|
<p class="input nowrap">
|
||||||
<input class="post" type="text" size="10" maxlength="20" name="{DATETIME_NAME}" value="{DATETIME_VAL}"/>
|
<input class="post" type="text" size="10" maxlength="20" name="{DATETIME_NAME}"
|
||||||
|
value="{DATETIME_VAL}"/>
|
||||||
{L_ACTS_LOG_OR}
|
{L_ACTS_LOG_OR}
|
||||||
<input class="post" type="text" size="2" maxlength="5" name="{DAYSBACK_NAME}" value="{DAYSBACK_VAL}"/>
|
<input class="post" type="text" size="2" maxlength="5" name="{DAYSBACK_NAME}"
|
||||||
|
value="{DAYSBACK_VAL}"/>
|
||||||
{L_ACTS_LOG_DAYS_BACK}
|
{L_ACTS_LOG_DAYS_BACK}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -79,7 +81,8 @@
|
||||||
<legend>{L_ACTS_LOG_TOPIC_MATCH}</legend>
|
<legend>{L_ACTS_LOG_TOPIC_MATCH}</legend>
|
||||||
<div>
|
<div>
|
||||||
<p class="input">
|
<p class="input">
|
||||||
<input class="post" type="text" size="28" maxlength="{TITLE_MATCH_MAX}" name="{TITLE_MATCH_NAME}" value="{TITLE_MATCH_VAL}"/>
|
<input class="post" type="text" size="28" maxlength="{TITLE_MATCH_MAX}"
|
||||||
|
name="{TITLE_MATCH_NAME}" value="{TITLE_MATCH_VAL}"/>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
@ -90,10 +93,12 @@
|
||||||
<div>
|
<div>
|
||||||
<p class="select nowrap">
|
<p class="select nowrap">
|
||||||
<label>
|
<label>
|
||||||
<input id="sort_asc" type="radio" name="{SORT_NAME}" value="{SORT_ASC}" {SORT_ASC_CHECKED} /> {L_ASC}
|
<input id="sort_asc" type="radio" name="{SORT_NAME}"
|
||||||
|
value="{SORT_ASC}" {SORT_ASC_CHECKED} /> {L_ASC}
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
<input id="sort_desc" type="radio" name="{SORT_NAME}" value="{SORT_DESC}" {SORT_DESC_CHECKED} /> {L_DESC}
|
<input id="sort_desc" type="radio" name="{SORT_NAME}"
|
||||||
|
value="{SORT_DESC}" {SORT_DESC_CHECKED} /> {L_DESC}
|
||||||
</label>
|
</label>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -105,7 +110,10 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="catBottom" style="padding: 0; height: 26px">
|
<td class="catBottom" style="padding: 0; height: 26px">
|
||||||
<span class="med"><input type="submit" class="liteoption" value=" {L_SEARCH} " name="submit"/></span>
|
<span class="med">
|
||||||
|
<input type="reset" value="{L_CANCEL}" class="liteoption"/>
|
||||||
|
<input type="submit" class="liteoption" value="{L_SEARCH}" name="submit"/>
|
||||||
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -128,7 +136,8 @@
|
||||||
</td>
|
</td>
|
||||||
<td class="small tCenter nowrap" style="line-height: 14px;">
|
<td class="small tCenter nowrap" style="line-height: 14px;">
|
||||||
<div>{log.TIME}</div>
|
<div>{log.TIME}</div>
|
||||||
<div><a class="small" href="{log.DATETIME_HREF_S}"><span class="small"><i>{log.DATE}</i></span></a></div>
|
<div><a class="small" href="{log.DATETIME_HREF_S}"><span class="small"><i>{log.DATE}</i></span></a>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="med" style="line-height: 14px;">
|
<td class="med" style="line-height: 14px;">
|
||||||
<!-- IF log.MSG -->
|
<!-- IF log.MSG -->
|
||||||
|
@ -188,7 +197,6 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<!-- IF FILTERS -->
|
<!-- IF FILTERS -->
|
||||||
|
@ -230,7 +238,6 @@
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
|
@ -40,8 +40,9 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="catBottom" colspan="2"><input type="submit" value="{L_SEND_EMAIL}" name="submit"
|
<td class="catBottom" colspan="2">
|
||||||
class="mainoption"/>
|
<input type="reset" value="{L_CANCEL}" class="liteoption"/>
|
||||||
|
<input type="submit" value="{L_SEND_EMAIL}" name="submit" class="mainoption"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -3,11 +3,10 @@
|
||||||
|
|
||||||
<h1>{L_WORDS_TITLE}</h1>
|
<h1>{L_WORDS_TITLE}</h1>
|
||||||
|
|
||||||
<P>{L_WORDS_EXPLAIN}</p>
|
<p>{L_WORDS_EXPLAIN}</p>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<form method="post" action="{S_WORDS_ACTION}">
|
<form method="post" action="{S_WORDS_ACTION}">
|
||||||
|
|
||||||
<table class="forumline">
|
<table class="forumline">
|
||||||
<tr>
|
<tr>
|
||||||
<th>{L_WORD}</th>
|
<th>{L_WORD}</th>
|
||||||
|
@ -23,9 +22,13 @@
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END words -->
|
<!-- END words -->
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="5" class="catBottom">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="{L_ADD_NEW_WORD}" class="mainoption" /></td>
|
<td colspan="5" class="catBottom">
|
||||||
|
{S_HIDDEN_FIELDS}
|
||||||
|
<input type="submit" name="add" value="{L_ADD_NEW_WORD}" class="mainoption"/>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table></form>
|
</table>
|
||||||
|
</form>
|
||||||
|
|
||||||
<!--========================================================================-->
|
<!--========================================================================-->
|
||||||
<!-- ENDIF / TPL_ADMIN_WORDS_LIST -->
|
<!-- ENDIF / TPL_ADMIN_WORDS_LIST -->
|
||||||
|
@ -39,7 +42,6 @@
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<form method="post" action="{S_WORDS_ACTION}">
|
<form method="post" action="{S_WORDS_ACTION}">
|
||||||
|
|
||||||
<table class="forumline">
|
<table class="forumline">
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">{L_EDIT_WORD_CENSOR}</th>
|
<th colspan="2">{L_EDIT_WORD_CENSOR}</th>
|
||||||
|
@ -53,9 +55,14 @@
|
||||||
<td class="row2"><input class="post" type="text" name="replacement" value="{REPLACEMENT}"/></td>
|
<td class="row2"><input class="post" type="text" name="replacement" value="{REPLACEMENT}"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="catBottom" colspan="2">{S_HIDDEN_FIELDS}<input type="submit" name="save" value="{L_SUBMIT}" class="mainoption" /></td>
|
<td class="catBottom" colspan="2">
|
||||||
|
{S_HIDDEN_FIELDS}
|
||||||
|
<input type="reset" value="{L_CANCEL}" class="liteoption"/>
|
||||||
|
<input type="submit" name="save" value="{L_SUBMIT}" class="mainoption"/>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table></form>
|
</table>
|
||||||
|
</form>
|
||||||
|
|
||||||
<!--========================================================================-->
|
<!--========================================================================-->
|
||||||
<!-- ENDIF / TPL_ADMIN_WORDS_EDIT -->
|
<!-- ENDIF / TPL_ADMIN_WORDS_EDIT -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue