mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 23:54:08 +01:00
Merge branch 'devel'
This commit is contained in:
@@ -264,7 +264,7 @@
|
||||
<input id="<?php echo $field->name; ?>" name="customfield[<?php echo $field->id; ?>]"
|
||||
type="<?php echo $field->typeName; ?>"
|
||||
class="<?php echo ($field->type === \SP\CustomFieldsBase::TYPE_PASSWORD) ? 'passwordfield__input-show' : ''; ?>"
|
||||
maxlength="50" value="<?php echo ($gotData) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
maxlength="500" value="<?php echo ($gotData) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
<?php echo ($field->required) ? 'required' : ''; ?>>
|
||||
<?php else: ?>
|
||||
<?php if($field->type === \SP\CustomFields::TYPE_PASSWORD && !$showViewPass):?>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<input id="<?php echo $field->name; ?>" name="customfield[<?php echo $field->id; ?>]"
|
||||
type="<?php echo $field->typeName; ?>"
|
||||
class="<?php echo ($field->type === \SP\CustomFieldsBase::TYPE_PASSWORD) ? 'passwordfield__input-show' : ''; ?>"
|
||||
maxlength="50"
|
||||
maxlength="500"
|
||||
value="<?php echo (!$isView) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
<?php echo ($field->required) ? 'required' : ''; ?>>
|
||||
<?php else: ?>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<input id="<?php echo $field->name; ?>" name="customfield[<?php echo $field->id; ?>]"
|
||||
type="<?php echo $field->typeName; ?>"
|
||||
class="<?php echo ($field->type === \SP\CustomFieldsBase::TYPE_PASSWORD) ? 'passwordfield__input-show' : ''; ?>"
|
||||
maxlength="50"
|
||||
maxlength="500"
|
||||
value="<?php echo (!$isView) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
<?php echo ($field->required) ? 'required' : ''; ?>>
|
||||
<?php else: ?>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<input id="<?php echo $field->name; ?>" name="customfield[<?php echo $field->id; ?>]"
|
||||
type="<?php echo $field->typeName; ?>"
|
||||
class="<?php echo ($field->type === \SP\CustomFieldsBase::TYPE_PASSWORD) ? 'passwordfield__input-show' : ''; ?>"
|
||||
maxlength="50"
|
||||
maxlength="500"
|
||||
value="<?php echo (!$isView) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
<?php echo ($field->required) ? 'required' : ''; ?>>
|
||||
<?php else: ?>
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
<input id="<?php echo $field->name; ?>" name="customfield[<?php echo $field->id; ?>]"
|
||||
type="<?php echo $field->typeName; ?>"
|
||||
class="<?php echo ($field->type === \SP\CustomFieldsBase::TYPE_PASSWORD) ? 'passwordfield__input-show' : ''; ?>"
|
||||
maxlength="50"
|
||||
maxlength="500s"
|
||||
value="<?php echo (!$isView) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
<?php echo ($field->required) ? 'required' : ''; ?>>
|
||||
<?php else: ?>
|
||||
|
||||
@@ -309,7 +309,7 @@
|
||||
<input id="<?php echo $field->name; ?>" name="customfield[<?php echo $field->id; ?>]"
|
||||
type="<?php echo $field->typeName; ?>"
|
||||
class="mdl-textfield__input fg-blue100 <?php echo ($field->type === \SP\CustomFieldsBase::TYPE_PASSWORD) ? 'passwordfield__input-show' : ''; ?>"
|
||||
maxlength="50" value="<?php echo ($gotData) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
maxlength="500" value="<?php echo ($gotData) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
<?php echo ($field->required) ? 'required' : ''; ?>>
|
||||
<label class="mdl-textfield__label" for="<?php echo $field->name; ?>"><?php echo $field->text; ?></label>
|
||||
</div>
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<input id="<?php echo $field->name; ?>" name="customfield[<?php echo $field->id; ?>]"
|
||||
type="<?php echo $field->typeName; ?>"
|
||||
class="mdl-textfield__input fg-blue100 <?php echo ($field->type === \SP\CustomFieldsBase::TYPE_PASSWORD) ? 'passwordfield__input-show' : ''; ?>"
|
||||
maxlength="50" value="<?php echo (!$isView) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
maxlength="500" value="<?php echo (!$isView) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
<?php echo ($field->required) ? 'required' : ''; ?>>
|
||||
<label class="mdl-textfield__label" for="<?php echo $field->name; ?>"><?php echo $field->text; ?></label>
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -18,7 +18,6 @@ table {
|
||||
}
|
||||
|
||||
#tblTools, #tblAccion {
|
||||
border: none;
|
||||
border: 1px solid #d9d9d9;
|
||||
background-color: #f9f9f9;
|
||||
vertical-align: middle;
|
||||
@@ -1169,7 +1168,6 @@ footer #status {
|
||||
|
||||
footer #status .status-info{
|
||||
padding: .5em;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
footer #session {
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<input id="<?php echo $field->name; ?>" name="customfield[<?php echo $field->id; ?>]"
|
||||
type="<?php echo $field->typeName; ?>"
|
||||
class="mdl-textfield__input fg-blue100 <?php echo ($field->type === \SP\CustomFieldsBase::TYPE_PASSWORD) ? 'passwordfield__input-show' : ''; ?>"
|
||||
maxlength="50" value="<?php echo (!$isView) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
maxlength="500" value="<?php echo (!$isView) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
<?php echo ($field->required) ? 'required' : ''; ?>>
|
||||
<label class="mdl-textfield__label" for="<?php echo $field->name; ?>"><?php echo $field->text; ?></label>
|
||||
</div>
|
||||
|
||||
@@ -1,35 +1,42 @@
|
||||
</div> <!-- Close container -->
|
||||
<footer>
|
||||
<?php if ($loggedIn): ?>
|
||||
<div id="session">
|
||||
<i class="material-icons" title="<?php echo _('Salir'); ?>" OnClick="sysPassUtil.Common.doLogout();">exit_to_app</i>
|
||||
<?php if ($showPassIcon): ?>
|
||||
<i class="material-icons" title="<?php echo _('Cambiar clave de usuario'); ?>"
|
||||
data-itemid="<?php echo $userId; ?>"
|
||||
Onclick="sysPassUtil.Common.usrUpdPass(this,<?php echo \SP\Controller\ActionsInterface::ACTION_USR_USERS_EDITPASS; ?>, '<?php echo $sk; ?>')">security</i>
|
||||
<?php endif; ?>
|
||||
<i class="material-icons" title="<?php echo _('Preferencias de usuario'); ?>"
|
||||
OnClick="sysPassUtil.Common.doAction(<?php echo \SP\Controller\ActionsInterface::ACTION_USR_PREFERENCES; ?>)">account_circle</i>
|
||||
<?php printf('%s (%s) %s', $userName, $userGroup, $adminApp); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<div id="project">
|
||||
<a href="<?php echo $appInfo['appwebsite']; ?>" target="_blank" class="active-tooltip"
|
||||
title="<?php echo _('Ayuda :: FAQ :: Changelog'); ?>">
|
||||
<?php echo $appInfo['appname'], ' ', $appVersion; ?>
|
||||
</a>
|
||||
::
|
||||
<a href="<?php echo $appInfo['appblog']; ?>" target="_blank" class="active-tooltip"
|
||||
title="<?php echo _('Un proyecto de cygnux.org'); ?>">cygnux.org</a>
|
||||
</div> <!-- Close Project -->
|
||||
<div id="status">
|
||||
<span class="status-info"><?php echo (DEBUG) ? 'Debug ON' : ''; ?></span>
|
||||
<span class="status-info active-tooltip" title="<?php echo _('Indica si la conexión utiliza HTTPS.') . '<br><br>' . _('Las claves de formularios enviados se encriptan mediante PKI, el resto de datos no.'); ?>"><?php echo ($httpsEnabled) ? _('Seguro') : _('Inseguro'); ?></span>
|
||||
<span class="status-info"><?php echo ($isDemoMode) ? 'Demo' : ''; ?></span>
|
||||
<div id="updates"></div>
|
||||
</div>
|
||||
</footer> <!-- Close footer -->
|
||||
</div> <!-- Close wrap -->
|
||||
</body> <!-- Close BODY...almost done..go..go..go -->
|
||||
</div> <!-- Close container -->
|
||||
<footer>
|
||||
<?php if ($loggedIn): ?>
|
||||
<div id="session">
|
||||
<i class="material-icons" title="<?php echo _('Salir'); ?>" OnClick="sysPassUtil.Common.doLogout();">exit_to_app</i>
|
||||
<?php if ($showPassIcon): ?>
|
||||
<i class="material-icons" title="<?php echo _('Cambiar clave de usuario'); ?>"
|
||||
data-itemid="<?php echo $userId; ?>"
|
||||
Onclick="sysPassUtil.Common.usrUpdPass(this,<?php echo \SP\Controller\ActionsInterface::ACTION_USR_USERS_EDITPASS; ?>, '<?php echo $sk; ?>')">security</i>
|
||||
<?php endif; ?>
|
||||
<i class="material-icons" title="<?php echo _('Preferencias de usuario'); ?>"
|
||||
OnClick="sysPassUtil.Common.doAction(<?php echo \SP\Controller\ActionsInterface::ACTION_USR_PREFERENCES; ?>)">account_circle</i>
|
||||
<?php printf('%s (%s) %s', $userName, $userGroup, $adminApp); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<div id="project">
|
||||
<a href="<?php echo $appInfo['appwebsite']; ?>" target="_blank" class="active-tooltip"
|
||||
title="<?php echo _('Ayuda :: FAQ :: Changelog'); ?>">
|
||||
<?php echo $appInfo['appname'], ' ', $appVersion; ?>
|
||||
</a>
|
||||
::
|
||||
<a href="<?php echo $appInfo['appblog']; ?>" target="_blank" class="active-tooltip"
|
||||
title="<?php echo _('Un proyecto de cygnux.org'); ?>">cygnux.org</a>
|
||||
</div>
|
||||
<!-- Close Project -->
|
||||
<div id="status">
|
||||
<span class="status-info"><?php echo (DEBUG) ? 'Debug ON' : ''; ?></span>
|
||||
<span class="status-info active-tooltip"
|
||||
title="<?php echo _('Indica si la conexión utiliza HTTPS.') . '<br><br>' . _('Las claves de formularios enviados se encriptan mediante PKI, el resto de datos no.'); ?>">
|
||||
<i class="material-icons">
|
||||
<?php echo ($httpsEnabled) ? 'lock' : 'lock_open'; ?>
|
||||
</i>
|
||||
</span>
|
||||
<span class="status-info"><?php echo ($isDemoMode) ? 'Demo' : ''; ?></span>
|
||||
|
||||
<div id="updates"></div>
|
||||
</div>
|
||||
</footer> <!-- Close footer -->
|
||||
</div> <!-- Close wrap -->
|
||||
</body> <!-- Close BODY...almost done..go..go..go -->
|
||||
</html> <!-- Close HTML...ufff too much work!! :)) -->
|
||||
<!-- Insert coin . . . -->
|
||||
@@ -60,7 +60,7 @@
|
||||
<input id="<?php echo $field->name; ?>" name="customfield[<?php echo $field->id; ?>]"
|
||||
type="<?php echo $field->typeName; ?>"
|
||||
class="mdl-textfield__input fg-blue100 <?php echo ($field->type === \SP\CustomFieldsBase::TYPE_PASSWORD) ? 'passwordfield__input-show' : ''; ?>"
|
||||
maxlength="50" value="<?php echo (!$isView) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
maxlength="500" value="<?php echo (!$isView) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
<?php echo ($field->required) ? 'required' : ''; ?>>
|
||||
<label class="mdl-textfield__label" for="<?php echo $field->name; ?>"><?php echo $field->text; ?></label>
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -181,7 +181,7 @@
|
||||
<input id="<?php echo $field->name; ?>" name="customfield[<?php echo $field->id; ?>]"
|
||||
type="<?php echo $field->typeName; ?>"
|
||||
class="mdl-textfield__input fg-blue100 <?php echo ($field->type === \SP\CustomFieldsBase::TYPE_PASSWORD) ? 'passwordfield__input-show' : ''; ?>"
|
||||
maxlength="50" value="<?php echo (!$isView) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
maxlength="500" value="<?php echo (!$isView) ? \SP\Html::sanitize($field->value) : ''; ?>"
|
||||
<?php echo ($field->required) ? 'required' : ''; ?>>
|
||||
<label class="mdl-textfield__label" for="<?php echo $field->name; ?>"><?php echo $field->text; ?></label>
|
||||
</div>
|
||||
|
||||
BIN
res/register.eot
BIN
res/register.eot
Binary file not shown.
BIN
res/register.otf
BIN
res/register.otf
Binary file not shown.
BIN
res/register.ttf
BIN
res/register.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user