html standard placeholder
This commit is contained in:
parent
a2459da61b
commit
294d24ad4b
2
contrib/report_image/theme.php
Executable file → Normal file
2
contrib/report_image/theme.php
Executable file → Normal file
@ -79,7 +79,7 @@ class ReportImageTheme extends Themelet {
|
|||||||
$html .= "
|
$html .= "
|
||||||
".make_form(make_link("image_report/add"))."
|
".make_form(make_link("image_report/add"))."
|
||||||
<input type='hidden' name='image_id' value='$i_image'>
|
<input type='hidden' name='image_id' value='$i_image'>
|
||||||
<input type='text' name='reason' value='Please enter a reason' onclick='this.value=\"\";'>
|
<input type='text' name='reason' placeholder='Please enter a reason'>
|
||||||
<input type='submit' value='Report'>
|
<input type='submit' value='Report'>
|
||||||
</form>
|
</form>
|
||||||
";
|
";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user