diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 2b813257a77c6c0336e31204a797529ba4933b1a..a66851743e6b43f685a7ad703874ab3a9928b8ae 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -562,11 +562,11 @@ if ($_['cronErrors']) { <div class="section"> <h2><?php p($l->t('Version'));?></h2> - <strong><?php p($theme->getTitle()); ?></strong> <?php p(OC_Util::getHumanVersion()) ?> - <?php include('settings.development.notice.php'); ?> + <p><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></p> + <p><?php include('settings.development.notice.php'); ?></p> </div> -<div class="section credits-footer"> - <p><?php print_unescaped($theme->getShortFooter()); ?></p> -</div> + + + </div> diff --git a/settings/templates/personal.php b/settings/templates/personal.php index a7d44a69f8e48bc8e9742dc6b03863b06c0e18db..86843df9922e7d35875c2ec9fbf20d3dca1262f4 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -264,12 +264,8 @@ if($_['passwordChangeSupported']) { <div class="section"> <h2><?php p($l->t('Version'));?></h2> - <strong><?php p($theme->getTitle()); ?></strong> <?php p(OC_Util::getHumanVersion()) ?><br /> - <?php include('settings.development.notice.php'); ?> -</div> - -<div class="section credits-footer"> - <p><?php print_unescaped($theme->getShortFooter()); ?></p> + <p><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></p> + <p><?php include('settings.development.notice.php'); ?></p> </div>