The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit ee8f0327 authored by Ere Maijala's avatar Ere Maijala Committed by Robert Lange
Browse files

Fix label target in catalog login page. (#1438)

parent 99c3731e
No related merge requests found
......@@ -20,7 +20,7 @@
<form method="post" action="<?=$this->serverUrl(true)?>" class="form-catalog-login">
<?php if ($this->targets !== null): ?>
<div class="form-group">
<label class="control-label" for="profile_cat_login_target"><?=$this->transEsc('login_target')?>:</label>
<label class="control-label" for="profile_cat_target"><?=$this->transEsc('login_target')?>:</label>
<select id="profile_cat_target" name="target" class="form-control">
<?php foreach ($this->targets as $target): ?>
<option value="<?=$this->escapeHtmlAttr($target)?>"<?=($target === $this->defaultTarget ? ' selected="selected"' : '')?>><?=$this->transEsc("source_$target", null, $target)?></option>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment