forked from leftypol/leftypol
increased board uri/title/subtitle character limits
This commit is contained in:
parent
3e9e51b1e7
commit
3b17f32047
4 changed files with 15 additions and 10 deletions
|
@ -213,17 +213,17 @@
|
|||
'<table>' .
|
||||
'<tr>' .
|
||||
'<th><label for="board">URI</label></th>' .
|
||||
'<td><input type="text" name="uri" id="board" size="3" maxlength="8" />' .
|
||||
'<td><input type="text" name="uri" id="board" size="10" maxlength="15" />' .
|
||||
' <span class="unimportant">(eg. "b"; "mu")</span></td>' .
|
||||
'</tr>' .
|
||||
'<tr>' .
|
||||
'<th><label for="title">Title</label></th>' .
|
||||
'<td><input type="text" name="title" id="title" size="15" maxlength="20" />' .
|
||||
'<td><input type="text" name="title" id="title" size="25" maxlength="40" />' .
|
||||
' <span class="unimportant">(eg. "Random")</span></td>' .
|
||||
'</tr>' .
|
||||
'<tr>' .
|
||||
'<th><label for="subtitle">Subtitle</label></th>' .
|
||||
'<td><input type="text" name="subtitle" id="subtitle" size="20" maxlength="40" />' .
|
||||
'<td><input type="text" name="subtitle" id="subtitle" size="25" maxlength="120" />' .
|
||||
' <span class="unimportant">(optional)</span></td>' .
|
||||
'</tr>' .
|
||||
'<tr>' .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue