mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Added some placeholders for input fields (#789)
This commit is contained in:
parent
0bc3903c9d
commit
6e24671cdf
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
<tr>
|
||||
<td align="right" nowrap="nowrap">
|
||||
<span class="genmed">
|
||||
<input type="text" class="post" name="username" maxlength="25" size="25" tabindex="1" value="{S_USERNAME}" /> <input type="submit" name="submituser" value="{L_FIND_USERNAME}" class="mainoption" />
|
||||
<input placeholder="{L_SEARCH_S}" type="text" class="post" name="username" maxlength="25" size="25" tabindex="1" value="{S_USERNAME}" /> <input type="submit" name="submituser" value="{L_FIND_USERNAME}" class="mainoption" />
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<legend>{L_SEARCH_AUTHOR}</legend>
|
||||
<div>
|
||||
<p class="input">
|
||||
<input style="width: 50%" id="author" type="text" class="post" name="{POSTER_NAME_KEY}" />
|
||||
<input placeholder="{L_SEARCH_S}" style="width: 50%" id="author" type="text" class="post" name="{POSTER_NAME_KEY}" />
|
||||
<input style="width: 40%" type="button" value="{L_FIND_USERNAME}" onclick="window.open('{U_SEARCH_USER}', '_bbsearch', IWP_US); return false;" />
|
||||
</p>
|
||||
<p class="chbox med">
|
||||
|
@ -148,7 +148,7 @@
|
|||
<tr>
|
||||
<td class="row1 pad_12">
|
||||
<p>
|
||||
<input type="text" name="search_username" value="{USERNAME}" class="post" />
|
||||
<input placeholder="{L_SEARCH_S}" type="text" name="search_username" value="{USERNAME}" class="post" />
|
||||
<input type="submit" name="search" value="{L_SEARCH}" class="liteoption" />
|
||||
</p>
|
||||
<p class="small">{L_SEARCH_AUTHOR_EXPL}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue