changed some wording
This commit is contained in:
parent
fcb2fab676
commit
ce6f83f9b0
15 changed files with 12381 additions and 12548 deletions
|
@ -2,7 +2,7 @@
|
||||||
class Display {
|
class Display {
|
||||||
|
|
||||||
function transForm ($source, $target, $file, $onlyUntranslated=false)
|
function transForm ($source, $target, $file, $onlyUntranslated=false)
|
||||||
{
|
{
|
||||||
// creates an form for translation
|
// creates an form for translation
|
||||||
// from $source to $target language
|
// from $source to $target language
|
||||||
$html .= '<form name="transForm" action="'._PANEL_SCRIPT_.'" target="'._PANEL_FRAME_.'" method="post">
|
$html .= '<form name="transForm" action="'._PANEL_SCRIPT_.'" target="'._PANEL_FRAME_.'" method="post">
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,20 +1,18 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<!-- start file -->
|
<div class="container_elements" style="width: 607px;">
|
||||||
<div class="container_elements" style="width: 607px;">
|
<h1>##File Management##</h1>
|
||||||
<h1>##File Management##</h1>
|
|
||||||
|
|
||||||
{if $showTree}
|
{if $showTree}
|
||||||
{include file="file/tree.tpl"}
|
{include file="file/tree.tpl"}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{if $showObjects}
|
{if $showObjects}
|
||||||
{include file="file/objects.tpl"}
|
{include file="file/objects.tpl"}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{if $permissions}
|
{if $permissions}
|
||||||
{include file="file/permissions.tpl"}
|
{include file="file/permissions.tpl"}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- end file -->
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -14,16 +14,15 @@
|
||||||
<div class="container_table" style="width: 555px; height: auto;">
|
<div class="container_table" style="width: 555px; height: auto;">
|
||||||
<table>
|
<table>
|
||||||
<tr class="blue_head">
|
<tr class="blue_head">
|
||||||
<td style="width: 250px">Title</td>
|
<td style="width: 280px">##Title##</td>
|
||||||
<td style="width: 50px">Type</td>
|
<td style="width: 20px">##Type##</td>
|
||||||
<td style="width: 255px; border: 0">
|
<td style="width: 255px; border: 0">##Action##</td>
|
||||||
</td>
|
</tr>
|
||||||
</tr>
|
|
||||||
{if count($structure.listdata)}
|
{if count($structure.listdata)}
|
||||||
{foreach from=$structure.listdata item=i}
|
{foreach from=$structure.listdata item=i}
|
||||||
{assign var="_listen_gunid" value=$i.gunid}
|
{assign var="_listen_gunid" value=$i.gunid}
|
||||||
<tr class="{cycle values='blue1, blue2'}" {assign var="moreContextBefore" value=", 'SP.addItem'"}>
|
<tr class="{cycle values='blue1, blue2'}" {assign var="moreContextBefore" value=", 'SP.addItem'"}>
|
||||||
<td>
|
<td style="cursor: pointer" {include file="sub/contextmenu.tpl"}>
|
||||||
<span id="ID{$i.id}">
|
<span id="ID{$i.id}">
|
||||||
{if $i.type|lower eq 'folder'}
|
{if $i.type|lower eq 'folder'}
|
||||||
<a href="{$UI_BROWSER}?act=fileList&id={$i.id}" >[{$i.title|truncate:30}]</b>
|
<a href="{$UI_BROWSER}?act=fileList&id={$i.id}" >[{$i.title|truncate:30}]</b>
|
||||||
|
@ -36,12 +35,13 @@
|
||||||
{/if}
|
{/if}
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td {include file="sub/contextmenu.tpl"}>{$i.type|lower|capitalize}</td>
|
<td><img src="img/{$i.type|lower}.gif" border="0" alt="{$i.type|lower|capitalize}" {include file="sub/mouseover.tpl"} /></td>
|
||||||
<td style="border: 0">
|
<td style="border: 0">
|
||||||
<!-- <a href="javascript:frename('{$i.name}', '{$i.id}')">[rename]</a> -->
|
{* <a href="javascript:frename('{$i.name}', '{$i.id}')">[rename]</a> *}
|
||||||
<a href="javascript:fmove('{$i.id}', '.')">##move##</a>
|
<a href="javascript:fmove('{$i.id}', '.')">##move##</a>
|
||||||
<a href="javascript:fcopy('{$i.id}', '.')">##copy##</a>
|
<a href="javascript:fcopy('{$i.id}', '.')">##copy##</a>
|
||||||
<a href="{$UI_BROWSER}?act=permissions&id={$i.id}">##permissions##</a>
|
<a href="{$UI_BROWSER}?act=permissions&id={$i.id}">##permissions##</a>
|
||||||
|
|
||||||
{*
|
{*
|
||||||
{if ($delOverride eq $i.id)}
|
{if ($delOverride eq $i.id)}
|
||||||
<a href="{$UI_HANDLER}?act=delete&id={$i.id}&delOverride={$i.id}"
|
<a href="{$UI_HANDLER}?act=delete&id={$i.id}&delOverride={$i.id}"
|
||||||
|
@ -50,9 +50,8 @@
|
||||||
<a href="{$UI_HANDLER}?act=delete&id={$i.id}"
|
<a href="{$UI_HANDLER}?act=delete&id={$i.id}"
|
||||||
onClick="return confirm('Delete "{$i.name}"?')">[DEL]</a>
|
onClick="return confirm('Delete "{$i.name}"?')">[DEL]</a>
|
||||||
{/if}
|
{/if}
|
||||||
*}
|
|
||||||
{if $i.type|lower != 'folder'}
|
{if $i.type|lower != 'folder'}
|
||||||
{*
|
|
||||||
<a href="{$UI_BROWSER}?act=getMData&id={$i.id}">##MDataXML##</a>
|
<a href="{$UI_BROWSER}?act=getMData&id={$i.id}">##MDataXML##</a>
|
||||||
<a href="{$UI_BROWSER}?act=editMetaData&id={$i.id}">[MDataForm]</a>
|
<a href="{$UI_BROWSER}?act=editMetaData&id={$i.id}">[MDataForm]</a>
|
||||||
|
|
||||||
|
@ -65,8 +64,8 @@
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<a href="#" onclick="hpopup('{$UI_HANDLER}?act=SP.addItem&id={$i.id}', '2SP')">[SP]</a>
|
<a href="#" onclick="hpopup('{$UI_HANDLER}?act=SP.addItem&id={$i.id}', '2SP')">[SP]</a>
|
||||||
*}
|
|
||||||
{/if}
|
{/if}
|
||||||
|
*}
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="container_button">
|
<div class="container_button">
|
||||||
<input type="button" class="button_large" value="##Close Playlist##" onClick="popup('{$UI_BROWSER}?popup[]=PL.confirmRelease', 'PL.confirmRelease', 400, 50)">
|
<input type="button" class="button_large" value="##Close Playlist##" onClick="popup('{$UI_BROWSER}?popup[]=PL.confirmRelease', 'PL.confirmRelease', 400, 50)">
|
||||||
<input type="button" class="button_large" value="##Metadata##" onClick="location.href='{$UI_BROWSER}?act=PL.editMetaData'">
|
<input type="button" class="button_large" value="##Description##" onClick="location.href='{$UI_BROWSER}?act=PL.editMetaData'">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue