Minor improvements (#742)

This commit is contained in:
Roman Kelesidis 2023-05-30 12:54:09 +07:00 committed by GitHub
commit 09d64c5a24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 306 additions and 284 deletions

View file

@ -173,7 +173,11 @@
<td class="row1" align="center"><input type="checkbox" name="add_quota_check" /></td>
</tr>
<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>
<th>{L_DESCRIPTION}</th>
@ -196,7 +200,10 @@
</tr>
<!-- END limit_row -->
<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>
</table>
</form>

View file

@ -4,7 +4,6 @@
<br/>
<form method="post" action="{S_FORM_ACTION}">
<table class="forumline wAuto">
<col class="row1">
<col class="row2">
@ -12,18 +11,19 @@
<th colspan="2">{L_ADD_DISALLOW_TITLE}</th>
</tr>
<tr>
<td colspan="2"><input class="post" type="text" name="disallowed_user" size="100" />&nbsp;<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"/>&nbsp;<input
type="submit" name="add_name" value="{L_ADD_DISALLOW}" class="mainoption"/></td>
</tr>
<tr>
<th colspan="2">{L_DELETE_DISALLOW_TITLE}</th>
</tr>
<tr>
<td><h4>{L_USERNAME}</h4><h6>{L_DELETE_DISALLOW_EXPLAIN}</h6></td>
<td>{S_DISALLOW_SELECT}&nbsp;<input type="submit" name="delete_name" value="{L_DELETE}" class="liteoption" /></td>
<td>{S_DISALLOW_SELECT}&nbsp;<input type="submit" name="delete_name" value="{L_DELETE}" class="liteoption"/>
</td>
</tr>
<tr>
<td class="catBottom" colspan="2">&nbsp;</td>
</tr>
</table>
</form>

View file

@ -66,9 +66,11 @@
<legend>{L_ACTS_LOG_LOGS_FROM} ({L_ACTS_LOG_FIRST}: {FIRST_LOG_TIME})</legend>
<div>
<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}
<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}
</p>
</div>
@ -79,7 +81,8 @@
<legend>{L_ACTS_LOG_TOPIC_MATCH}</legend>
<div>
<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>
</div>
</fieldset>
@ -90,10 +93,12 @@
<div>
<p class="select nowrap">
<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>
<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>
</p>
</div>
@ -105,7 +110,10 @@
</tr>
<tr>
<td class="catBottom" style="padding: 0; height: 26px">
<span class="med"><input type="submit" class="liteoption" value="&nbsp;{L_SEARCH}&nbsp;" 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>
</tr>
</table>
@ -128,7 +136,8 @@
</td>
<td class="small tCenter nowrap" style="line-height: 14px;">
<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 class="med" style="line-height: 14px;">
<!-- IF log.MSG -->
@ -188,7 +197,6 @@
</div>
<div class="clear"></div>
<!-- ENDIF -->
</form>
<!-- IF FILTERS -->
@ -230,7 +238,6 @@
</div>
</td>
<!-- ENDIF -->
</tr>
</table>
</fieldset>

View file

@ -40,8 +40,9 @@
</td>
</tr>
<tr>
<td class="catBottom" colspan="2"><input type="submit" value="{L_SEND_EMAIL}" name="submit"
class="mainoption"/>
<td class="catBottom" colspan="2">
<input type="reset" value="{L_CANCEL}" class="liteoption"/>
<input type="submit" value="{L_SEND_EMAIL}" name="submit" class="mainoption"/>
</td>
</tr>
</table>

View file

@ -3,11 +3,10 @@
<h1>{L_WORDS_TITLE}</h1>
<P>{L_WORDS_EXPLAIN}</p>
<p>{L_WORDS_EXPLAIN}</p>
<br/>
<form method="post" action="{S_WORDS_ACTION}">
<table class="forumline">
<tr>
<th>{L_WORD}</th>
@ -23,9 +22,13 @@
</tr>
<!-- END words -->
<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>
</table></form>
</table>
</form>
<!--========================================================================-->
<!-- ENDIF / TPL_ADMIN_WORDS_LIST -->
@ -39,7 +42,6 @@
<br/>
<form method="post" action="{S_WORDS_ACTION}">
<table class="forumline">
<tr>
<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>
</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>
</table></form>
</table>
</form>
<!--========================================================================-->
<!-- ENDIF / TPL_ADMIN_WORDS_EDIT -->