mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-15 02:33:51 -04:00
Fix theme paths for install.php
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<div class="group-controls">
|
||||
<div class="stick">
|
||||
<input type="password" id="passwordPlain" name="passwordPlain" autocomplete="off" pattern=".{7,}" <?php echo cryptAvailable() ? '' : 'disabled="disabled" '; ?>/>
|
||||
<a class="btn toggle-password"/><?php echo FreshRSS_Themes::icon('key'); ?></a>
|
||||
<a class="btn toggle-password"><?php echo FreshRSS_Themes::icon('key'); ?></a>
|
||||
</div>
|
||||
<noscript><b><?php echo Minz_Translate::t('javascript_should_be_activated'); ?></b></noscript>
|
||||
</div>
|
||||
@@ -34,7 +34,7 @@
|
||||
<div class="group-controls">
|
||||
<div class="stick">
|
||||
<input type="password" id="apiPasswordPlain" name="apiPasswordPlain" autocomplete="off" pattern=".{7,}" <?php echo cryptAvailable() ? '' : 'disabled="disabled" '; ?>/>
|
||||
<a class="btn toggle-password"/><?php echo FreshRSS_Themes::icon('key'); ?></a>
|
||||
<a class="btn toggle-password"><?php echo FreshRSS_Themes::icon('key'); ?></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -184,7 +184,7 @@
|
||||
<div class="group-controls">
|
||||
<div class="stick">
|
||||
<input type="password" id="new_user_passwordPlain" name="new_user_passwordPlain" autocomplete="off" pattern=".{7,}" />
|
||||
<a class="btn toggle-password"/><?php echo FreshRSS_Themes::icon('key'); ?></a>
|
||||
<a class="btn toggle-password"><?php echo FreshRSS_Themes::icon('key'); ?></a>
|
||||
</div>
|
||||
<noscript><b><?php echo Minz_Translate::t('javascript_should_be_activated'); ?></b></noscript>
|
||||
</div>
|
||||
|
||||
@@ -1028,8 +1028,8 @@ case 6:
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="initial-scale=1.0">
|
||||
<title><?php echo _t ('freshrss_installation'); ?></title>
|
||||
<link rel="stylesheet" type="text/css" media="all" href="../themes/Origine/global.css" />
|
||||
<link rel="stylesheet" type="text/css" media="all" href="../themes/Origine/freshrss.css" />
|
||||
<link rel="stylesheet" type="text/css" media="all" href="../themes/Origine/template.css" />
|
||||
<link rel="stylesheet" type="text/css" media="all" href="../themes/Origine/origine.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user