Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-web/elements.php')
-rw-r--r--ncp-web/elements.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/ncp-web/elements.php b/ncp-web/elements.php
index 52c50844..56446306 100644
--- a/ncp-web/elements.php
+++ b/ncp-web/elements.php
@@ -48,7 +48,7 @@ HTML;
size=\"40\">";
if (array_key_exists('default', $param))
- $ret .= "<img class=\"default-btn\" title=\"restore defaults\" src=\"../img/info.svg\">";
+ $ret .= "&nbsp;<img class=\"default-btn\" title=\"restore defaults\" src=\"../img/defaults.svg\">";
if ($param['type'] == 'directory')
{
@@ -84,7 +84,7 @@ HTML;
id=\"$ncp_app-$param[id]\"
value=\"$param[value]\"
size=\"40\">";
- $ret .= "<img class=\"pwd-btn\" title=\"show password\" src=\"../img/info.svg\">";
+ $ret .= "&nbsp;<img class=\"pwd-btn\" title=\"show password\" src=\"../img/toggle.svg\">";
$ret .= "</td>";
}