Skip to content
Snippets Groups Projects
Commit 2a00ff6e authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge pull request #374 from renwique/develop

Grammatical corrections to client/open.inc.php
parents 6217203c a9330c48
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ $info=($_POST && $errors)?Format::htmlchars($_POST):$info; ...@@ -57,7 +57,7 @@ $info=($_POST && $errors)?Format::htmlchars($_POST):$info;
<td class="required">Help Topic:</td> <td class="required">Help Topic:</td>
<td> <td>
<select id="topicId" name="topicId"> <select id="topicId" name="topicId">
<option value="" selected="selected">&mdash; Select a Help Topics &mdash;</option> <option value="" selected="selected">&mdash; Select a Help Topic &mdash;</option>
<?php <?php
if($topics=Topic::getPublicHelpTopics()) { if($topics=Topic::getPublicHelpTopics()) {
foreach($topics as $id =>$name) { foreach($topics as $id =>$name) {
...@@ -82,7 +82,7 @@ $info=($_POST && $errors)?Format::htmlchars($_POST):$info; ...@@ -82,7 +82,7 @@ $info=($_POST && $errors)?Format::htmlchars($_POST):$info;
<tr> <tr>
<td class="required">Message:</td> <td class="required">Message:</td>
<td> <td>
<div><em>Please provide as much details as possible so we can best assist you.</em> <font class="error">*&nbsp;<?php echo $errors['message']; ?></font></div> <div><em>Please provide as much detail as possible so we can best assist you.</em> <font class="error">*&nbsp;<?php echo $errors['message']; ?></font></div>
<textarea id="message" cols="60" rows="8" name="message"><?php echo $info['message']; ?></textarea> <textarea id="message" cols="60" rows="8" name="message"><?php echo $info['message']; ?></textarea>
</td> </td>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment