Skip to content

Commit

Permalink
Dev: usage of example.org, not an existing website
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed May 29, 2017
1 parent e78b08a commit 7de87f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions application/views/admin/global_settings/_email.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
<div class="form-group">
<label class="col-sm-4 control-label" for="emailsmtphost"><?php eT("SMTP host:"); ?></label>
<div class="col-sm-6">
<input class="form-control" type='text' size='50' id='emailsmtphost' name='emailsmtphost' value="<?php echo htmlspecialchars(getGlobalSetting('emailsmtphost')); ?>" />&nbsp;<span class='hint'><?php eT("Enter your hostname and port, e.g.: my.smtp.com:25"); ?></span>
<input class="form-control" type='text' size='50' id='emailsmtphost' name='emailsmtphost' value="<?php echo htmlspecialchars(getGlobalSetting('emailsmtphost')); ?>" />
<p class="help-block"><?php printf("Enter your hostname and port, e.g.: %s","smtp.example.org:25"); ?></p>
</div>
</div>
<div class="form-group">
Expand Down Expand Up @@ -92,4 +93,4 @@

<?php if (Yii::app()->getConfig("demoMode")==true):?>
<p><?php eT("Note: Demo mode is activated. Marked (*) settings can't be changed."); ?></p>
<?php endif; ?>
<?php endif; ?>

0 comments on commit 7de87f6

Please sign in to comment.