Fix theme paths for install.php

This commit is contained in:
Marien Fressinaud
2014-06-13 18:14:44 +02:00
parent b2eda4a349
commit 8c132b2acd
2 changed files with 5 additions and 5 deletions

View File

@@ -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>

View File

@@ -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>