Added some placeholders for input fields (#789)

This commit is contained in:
Roman Kelesidis 2023-06-08 00:19:53 +07:00 committed by GitHub
commit 6e24671cdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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}" />&nbsp;<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}" />&nbsp;<input type="submit" name="submituser" value="{L_FIND_USERNAME}" class="mainoption" />
</span>
</td>
</tr>

View file

@ -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}" />&nbsp;
<input placeholder="{L_SEARCH_S}" style="width: 50%" id="author" type="text" class="post" name="{POSTER_NAME_KEY}" />&nbsp;
<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" />&nbsp;
<input placeholder="{L_SEARCH_S}" type="text" name="search_username" value="{USERNAME}" class="post" />&nbsp;
<input type="submit" name="search" value="{L_SEARCH}" class="liteoption" />
</p>
<p class="small">{L_SEARCH_AUTHOR_EXPL}</p>