html standard placeholder

This commit is contained in:
Shish 2012-02-12 09:55:47 +00:00
parent a2459da61b
commit 294d24ad4b

2
contrib/report_image/theme.php Executable file → Normal file
View 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>
"; ";