Skip to content

Commit

Permalink
Dev Fixed documentation links to new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Sep 27, 2013
1 parent a5019e6 commit 18eee42
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion application/controllers/AdminController.php
Expand Up @@ -92,7 +92,7 @@ public function error($message, $url = array())
$output .= '</div>'."\n";
echo $output;

$this->_getAdminFooter('http://docs.limesurvey.org', $clang->gT('LimeSurvey online manual'));
$this->_getAdminFooter('http://manual.limesurvey.org', $clang->gT('LimeSurvey online manual'));

die;
}
Expand Down
1 change: 0 additions & 1 deletion application/controllers/Statistics_userController.php
Expand Up @@ -23,7 +23,6 @@
* to determine whether the results of a certain question should be shown to the user
* after he/she has submitted the survey.
*
* See http://docs.limesurvey.org/tiki-index.php?page=Question+attributes#public_statistics
*/

class Statistics_userController extends LSYii_Controller {
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/admin/conditionsaction.php
Expand Up @@ -1911,7 +1911,7 @@ function index($subaction, $iSurveyID=null, $gid=null, $qid=null)
// Regexp Tab
$aViewUrls['output'] .= "\t<div id='REGEXP' style='display:block;'>\n"
."\t\t<textarea name='ConditionRegexp' id='ConditionRegexp' rows='5' cols='113'>$EDITConditionRegexp</textarea>\n"
."\t\t<br /><div id='ConditionRegexpLabel'><a href=\"http://docs.limesurvey.org/tiki-index.php?page=Using+Regular+Expressions\" target=\"_blank\">".$clang->gT("Regular expression")."</a></div>\n"
."\t\t<br /><div id='ConditionRegexpLabel'><a href=\"http://manual.limesurvey.org/wiki/Using_regular_expressions\" target=\"_blank\">".$clang->gT("Regular expression")."</a></div>\n"
."\t</div>\n";

$aViewUrls['output'] .= "</div>\n"; // end conditiontarget div
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/survey/index.php
Expand Up @@ -174,7 +174,7 @@ function action()
AND ((expires >= '".date("Y-m-d H:i")."') OR (expires is null))
AND ((startdate <= '".date("Y-m-d H:i")."') OR (startdate is null))
ORDER BY surveyls_title";
$result = dbExecuteAssoc($query,false,true) or safeDie("Could not connect to database. If you try to install LimeSurvey please refer to the <a href='http://docs.limesurvey.org'>installation docs</a> and/or contact the system administrator of this webpage."); //Checked
$result = dbExecuteAssoc($query,false,true) or safeDie("Could not connect to database. If you try to install LimeSurvey please refer to the <a href='http://manual.limesurvey.org'>installation docs</a> and/or contact the system administrator of this webpage."); //Checked
$list=array();

foreach($result->readAll() as $rows)
Expand Down
2 changes: 1 addition & 1 deletion application/core/LSYii_Controller.php
Expand Up @@ -88,7 +88,7 @@ protected function _init()
$dieoutput .= 'This script can only be run on PHP version 5.1.6 or later! Your version: '.PHP_VERSION.'<br />';

if (!function_exists('mb_convert_encoding'))
$dieoutput .= "This script needs the PHP Multibyte String Functions library installed: See <a href='http://docs.limesurvey.org/tiki-index.php?page=Installation+FAQ'>FAQ</a> and <a href='http://de.php.net/manual/en/ref.mbstring.php'>PHP documentation</a><br />";
$dieoutput .= "This script needs the PHP Multibyte String Functions library installed: See <a href='http://manual.limesurvey.org/wiki/Installation_FAQ'>FAQ</a> and <a href='http://de.php.net/manual/en/ref.mbstring.php'>PHP documentation</a><br />";

if ($dieoutput != '')
throw new CException($dieoutput);
Expand Down
2 changes: 1 addition & 1 deletion application/core/Survey_Common_Action.php
Expand Up @@ -323,7 +323,7 @@ protected function _renderWrappedTemplate($sAction = '', $aViewUrls = array(), $
Yii::app()->getController()->_loadEndScripts();

if(!isset($aData['display']['footer']) || $aData['display']['footer'] !== false)
Yii::app()->getController()->_getAdminFooter('http://docs.limesurvey.org', $clang->gT('LimeSurvey online manual'));
Yii::app()->getController()->_getAdminFooter('http://manual.limesurvey.org', $clang->gT('LimeSurvey online manual'));
}

/**
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/conditions/conditionshead_view.php
Expand Up @@ -21,7 +21,7 @@
<label for='questionNav'><?php $clang->eT("Questions");?>:</label>
<select id='questionNav' onchange="window.open(this.options[this.selectedIndex].value,'_top')"><?php echo $quesitonNavOptions;?></select>
<img alt="" src="<?php echo $sImageURL;?>separator.gif"/>
<a href="http://docs.limesurvey.org" target='_blank'>
<a href="http://manual.limesurvey.org" target='_blank'>
<img src='<?php echo $sImageURL;?>showhelp.png' title='' alt='<?php $clang->eT("LimeSurvey online manual");?>' /></a>
</div></div></div>
<p>
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/index.php
@@ -1,5 +1,5 @@
<?php
$this->_getAdminHeader(Yii::app()->session['metaHeader']);
$this->_showadminmenu();
$this->_getAdminFooter("http://docs.limesurvey.org", $clang->gT("LimeSurvey online manual"));
$this->_getAdminFooter("http://manual.limesurvey.org", $clang->gT("LimeSurvey online manual"));
?>
2 changes: 1 addition & 1 deletion application/views/admin/super/adminmenu.php
Expand Up @@ -109,7 +109,7 @@
<a href="<?php echo $this->createUrl("admin/authentication/sa/logout"); ?>" >
<img src='<?php echo $sImageURL;?>logout.png' alt='<?php $clang->eT("Logout");?>' /></a>

<a href="http://docs.limesurvey.org" target="_blank">
<a href="http://manual.limesurvey.org" target="_blank">
<img src='<?php echo $sImageURL;?>showhelp.png' alt='<?php $clang->eT("LimeSurvey online manual");?>' /></a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/super/footer.php
Expand Up @@ -2,7 +2,7 @@
</div>
<div class='footer'>
<div style='float:left;width:110px;text-align:left;'>
<a href='http://docs.limesurvey.org'><img alt='LimeSurvey - <?php $clang->eT("Online Manual");?>' title='LimeSurvey - <?php $clang->eT("Online manual");?>' src='<?php echo Yii::app()->getConfig('adminimageurl');?>docs.png' /></a>
<a href='http://manual.limesurvey.org'><img alt='LimeSurvey - <?php $clang->eT("Online Manual");?>' title='LimeSurvey - <?php $clang->eT("Online manual");?>' src='<?php echo Yii::app()->getConfig('adminimageurl');?>docs.png' /></a>
</div>
<div style='float:right;'>
<a href='http://donate.limesurvey.org'><img alt='<?php $clang->eT("Support this project - Donate to "); ?>LimeSurvey' title='<?php $clang->eT("Support this project - Donate to "); ?>LimeSurvey!' src='<?php echo Yii::app()->getConfig('adminimageurl');;?>donate.png'/></a>
Expand Down

0 comments on commit 18eee42

Please sign in to comment.