Added clickable web_url to the headline, Fixed missing headline in error template

This commit is contained in:
2021-08-13 12:01:05 +02:00
parent f5fc534195
commit f011755a63
8 changed files with 14 additions and 4 deletions

View File

@@ -46,7 +46,7 @@
<body onload="switch_moderators_form()">
<div id="header">
<div id="header_left">
{$headline}
<a href="{$web_url}">{$headline}</a>
</div>
<div id="header_right">
<a href="logout.php">Logout ({$username})</a>

View File

@@ -3,7 +3,9 @@
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="header">{$headline}</div>
<div id="header_left">
<a href="{$web_url}">{$headline}</a>
</div>
<div id="error">
{if $error_code == 1}
Domain can contain only english letters, dots, hyphens and digits.

View File

@@ -34,7 +34,7 @@
<body>
<div id="header">
<div id="header_left">
{$headline}
<a href="{$web_url}">{$headline}</a>
</div>
<div id="header_right">
<a href="logout.php">Logout ({$username})</a>

View File

@@ -27,7 +27,9 @@
</script>
</head>
<body>
<div id="header">{$headline}</div>
<div id="header_left">
<a href="{$web_url}">{$headline}</a>
</div>
<div id="login">
<div id="login_form">
<p>Please enter the credentials of your ECG account (<strong>without</strong> @ecogood.org).</p>