Created
November 22, 2017 16:03
-
-
Save mpstenson/75616f156687cd8eb9d77a034e05d7b1 to your computer and use it in GitHub Desktop.
Add the subject line to a HelpSpot portal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if ($this->hd_allowSubject): ?> | |
<p><label for="sCC" class="datalabel"><?php echo lg_portal_req_subject ?></label><br /> | |
<?php echo $this->helper->showError('sTitle','<br />') ?> | |
<input type="text" name="sTitle" size="40" maxlength="250" value="<?php echo $this->request_sTitle ?>" /> | |
</p> | |
<?php endif; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment