2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Removed references to SITE_URL and OPERATOR_PANEL_NAME put other descriptions in config

This commit is contained in:
Adam Zammit
2015-08-03 13:58:41 +10:00
parent 6155da6d8c
commit 3da998446b
4 changed files with 9 additions and 14 deletions

View File

@@ -427,7 +427,7 @@ if (isset($_GET['modify']))
<div class="form-group">
<label class="col-sm-4 control-label text-danger" ><?php echo T_("URL to forward respondents on self completion (required)");?>: </label>
<div class="col-sm-4">
<input class="form-control" name="lime_endurl" id="url" type="url" placeholder="<?php print SITE_URL ;?>" value="<?php echo $rs['lime_endurl']; ?>"/>
<input class="form-control" name="lime_endurl" id="url" type="url" value="<?php echo $rs['lime_endurl']; ?>"/>
</div>
</div>
</div>