Skip to content

Commit

Permalink
Merge pull request #1675 from kaberett/deduplicate-support-abouts
Browse files Browse the repository at this point in the history
Remove duplicate "about" from Support views
  • Loading branch information
kareila committed Mar 8, 2016
2 parents d324b9a + 6ef93f6 commit 4c99423
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion htdocs/support/act.bml
Expand Up @@ -81,7 +81,7 @@ body<=
# textarea for their message body
$ret .= '<tr valign="top"><td align="right">' . $ML{'.message'} . '</td><td colspan="2">';
$ret .= '<textarea rows="10" cols="50" name="body"></textarea><br />';
$ret .= "\n<?de $ML{'.no.html.allowed'} de?><br />\n";
$ret .= "\n<?de $ML{'.no.html.allowed2'} de?><br />\n";
$ret .= '<input type="submit" name="submitpost" value="'. $ML{'.postbutton'} . '" />';
$ret .= "\n</td></tr></table></form>";

Expand Down
2 changes: 1 addition & 1 deletion htdocs/support/act.bml.text
Expand Up @@ -25,7 +25,7 @@

.more.info=More Information:

.no.html.allowed=No HTML is allowed. Don't worry about about escaping &lt; and &gt;<br />URLs are automatically link-ified, so just reference those.
.no.html.allowed2=No HTML is allowed. Don't worry about escaping &lt; and &gt;<br />URLs are automatically link-ified, so just reference those.

.not.allowed.request=You aren't allowed to lock this request.

Expand Down
2 changes: 1 addition & 1 deletion htdocs/support/see_request.bml.text
Expand Up @@ -89,7 +89,7 @@

.no=No

.no.html.allowed=There's no HTML allowed, so don't worry about about escaping &lt; and &gt;<br />URLs are automatically link-ified, so just reference those.
.no.html.allowed2=There's no HTML allowed, so don't worry about escaping &lt; and &gt;<br />URLs are automatically link-ified, so just reference those.

.none=None

Expand Down
2 changes: 1 addition & 1 deletion views/support/request/form.tt
Expand Up @@ -78,7 +78,7 @@ END -%]
-%]
</li>
<li>
<p style='padding-left: 12em'>[%- '.no.html.allowed' | ml -%]</p></li>
<p style='padding-left: 12em'>[%- '.no.html.allowed2' | ml -%]</p></li>
</ul>
</fieldset>

Expand Down

0 comments on commit 4c99423

Please sign in to comment.