mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
related to #1430 Added tootip for status description, still need to add real desc
This commit is contained in:
@@ -74,6 +74,11 @@ get_guest_info();
|
|||||||
update_user_list();
|
update_user_list();
|
||||||
update_selection_content();
|
update_selection_content();
|
||||||
|
|
||||||
|
$(".icon-help-circled").tipTip({
|
||||||
|
'maxWidth':'650px',
|
||||||
|
'fadeIn': '1000',
|
||||||
|
});
|
||||||
|
|
||||||
{/footer_script}
|
{/footer_script}
|
||||||
|
|
||||||
{combine_script id='user_list' load='footer' path='admin/themes/default/js/user_list.js'}
|
{combine_script id='user_list' load='footer' path='admin/themes/default/js/user_list.js'}
|
||||||
@@ -567,7 +572,14 @@ update_selection_content();
|
|||||||
<input type="text" class="user-property-input" value="contact@jessy-pinkman.com" />
|
<input type="text" class="user-property-input" value="contact@jessy-pinkman.com" />
|
||||||
</div>
|
</div>
|
||||||
<div class="user-property-status">
|
<div class="user-property-status">
|
||||||
<p class="user-property-label">{'Status'|@translate}</p>
|
<p class="user-property-label">{'Status'|@translate}
|
||||||
|
<span class="icon-help-circled"
|
||||||
|
title="Status: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean tempor sodales ex non scelerisque. <br>
|
||||||
|
Status: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean tempor sodales ex non scelerisque. <br>
|
||||||
|
Status: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean tempor sodales ex non scelerisque. <br>
|
||||||
|
Status: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean tempor sodales ex non scelerisque. <br>">
|
||||||
|
</span>
|
||||||
|
</p>
|
||||||
<div class="user-property-select-container">
|
<div class="user-property-select-container">
|
||||||
<select name="status" class="user-property-select">
|
<select name="status" class="user-property-select">
|
||||||
<option value="webmaster">{'user_status_webmaster'|@translate}</option>
|
<option value="webmaster">{'user_status_webmaster'|@translate}</option>
|
||||||
@@ -894,6 +906,11 @@ update_selection_content();
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
.icon-help-circled {
|
||||||
|
color: #777777 !important;
|
||||||
|
cursor: help;
|
||||||
|
}
|
||||||
|
|
||||||
/* general */
|
/* general */
|
||||||
.no-flex-grow {
|
.no-flex-grow {
|
||||||
flex-grow:0 !important;
|
flex-grow:0 !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user