Files
DirectAdmin-1.62.4/update/data/skins/power_user/reseller/login_as_warnings.html
tuend-work 4478491d73 z
2025-11-13 07:41:56 +07:00

25 lines
965 B
HTML

|?WARN_URL=https://www.directadmin.com/features.php?id=2062|
|?WARN_INFO=Notifying you that if you 'Login As' this account, you might be using a skin who's code under their control. Click for more info|
|*if IS_RESELLER_SKIN="1"|
<a href="|WARN_URL|" target=_blank class='no_decore'>
<div title="|WARN_INFO|" class='trim'>
<b class='warning'>Reseller Skin owned by |RESELLER_SKIN_OWNER|</b>
<br>|RESELLER_SKIN|</div></a>
|*endif|
|*if IS_RESELLER_SKIN="2"|
<a href="|WARN_URL|" target=_blank class='no_decore'>
<div title="|WARN_INFO|" class='trim'>
|RESELLER_SKIN|
<br>Will use your current skin instead
<input type=hidden name='use_current_skin' value='yes'></div></a>
|*endif|
|*if IS_RESELLER_SKIN="-1"|
<a href="|WARN_URL|" target=_blank class='no_decore'>
<div title="|WARN_INFO|" class='trim'>
<b class='warning'>Cannot confirm skin ownership</b>
<br>|IS_RESELLER_SKIN_ERROR|
<br>|RESELLER_SKIN|</div></a>
|*endif|