1
0
Fork 0
mirror of https://github.com/MetaProvide/talked-client.git synced 2025-04-10 15:37:38 +00:00

Add placeholder value for Talked url input

This commit is contained in:
Magnus Walbeck 2021-08-19 15:54:32 +02:00
parent b4853d1e94
commit bb001090e3
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769

View file

@ -30,7 +30,7 @@ script('talked', 'settings');
<div id="talked" class="talked-admin section">
<h2><?php p($l->t("Talked")); ?></h2>
<h3><?php p($l->t("Talked server URL")); ?></h3>
<input type="text" class="" id="talked-server-url" value="<?php p($serverUrl); ?>">
<input type="text" class="" id="talked-server-url" placeholder="https://talked.example.com" value="<?php p($serverUrl); ?>">
<input type="checkbox" class="checkbox" id="talked-use-http-basic-auth" <?php p($useHttpBasicAuth ? "checked" : ""); ?>>
<label for="talked-use-http-basic-auth"><?php p($l->t("Use HTTP Basic auth for the Talked server")); ?></label>