*** empty log message ***
This commit is contained in:
parent
58fd5c470c
commit
707805a511
3 changed files with 8 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
|||
<script type="text/javascript">
|
||||
// Browser detection
|
||||
ie5 = (document.getElementById && document.all && document.styleSheets) ? 1 : 0;
|
||||
nn6 = (document.getElementById && !document.all) ? 1 : 0;
|
||||
|
||||
function frename(name, id){literal}{{/literal}
|
||||
var s=document.getElementById('ID'+id);
|
||||
|
@ -36,6 +39,7 @@
|
|||
|
||||
function popup(url, name, width, height) // popup in center of perent window
|
||||
{
|
||||
var name = 'popup';
|
||||
var screenX;
|
||||
var screenY;
|
||||
var Xpos;
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{if $USER.userid}
|
||||
<div class="loginname">##Signed in## : {$USER.login}</div>
|
||||
<input type="button" class="button" value="##logout##" onClick='javascript: popup("{$UI_BROWSER}?popup[]=logout", "name", "400", "50");'/>
|
||||
<input type="button" class="button" value="##logout##" onClick='javascript: popup("{$UI_BROWSER}?popup[]=logout", "name", "420", "50");'/>
|
||||
{*
|
||||
<input type="button" class="button" value="{##sign over##" onClick='javascript: popup("{$UI_BROWSER}?popup[]=signover_1", "name", "400", "150");'/>
|
||||
<input type="button" class="button" value="{##sign over##" onClick='javascript: popup("{$UI_BROWSER}?popup[]=signover_1", "name", "420", "150");'/>
|
||||
*}
|
||||
{else}
|
||||
<input type="button" class="button" value="##login##" onClick='javascript: popup("{$UI_BROWSER}?popup[]=login", "name", "400", "150");'/>
|
||||
<input type="button" class="button" value="##login##" onClick='javascript: popup("{$UI_BROWSER}?popup[]=login", "name", "420", "150");'/>
|
||||
{/if}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
define('UI_PL_DRAG_ENABLED', TRUE);
|
||||
define('UI_PL_DRAG_INTRO', '##Here you can simply rearrange whole playlist on just drag items up or down.##');
|
||||
define('UI_PL_DRAG_INTRO', 'Here you can simply rearrange whole playlist on just drag items up or down.');
|
||||
define('UI_VERSION', 'LiveSupport 1.0');
|
||||
define('UI_VERSION_FULLNAME', 'LiveSupport 1.0 stable');
|
||||
define('UI_TESTSTREAM_MU3_TMP', 'img/test.m3u');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue