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 {
|
||||
|
||||
function transForm ($source, $target, $file, $onlyUntranslated=false)
|
||||
{
|
||||
{
|
||||
// creates an form for translation
|
||||
// from $source to $target language
|
||||
$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">
|
||||
<!-- start file -->
|
||||
<div class="container_elements" style="width: 607px;">
|
||||
<h1>##File Management##</h1>
|
||||
<div class="container_elements" style="width: 607px;">
|
||||
<h1>##File Management##</h1>
|
||||
|
||||
{if $showTree}
|
||||
{include file="file/tree.tpl"}
|
||||
{/if}
|
||||
{if $showTree}
|
||||
{include file="file/tree.tpl"}
|
||||
{/if}
|
||||
|
||||
{if $showObjects}
|
||||
{include file="file/objects.tpl"}
|
||||
{/if}
|
||||
{if $showObjects}
|
||||
{include file="file/objects.tpl"}
|
||||
{/if}
|
||||
|
||||
{if $permissions}
|
||||
{include file="file/permissions.tpl"}
|
||||
{/if}
|
||||
{if $permissions}
|
||||
{include file="file/permissions.tpl"}
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
<!-- end file -->
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -14,16 +14,15 @@
|
|||
<div class="container_table" style="width: 555px; height: auto;">
|
||||
<table>
|
||||
<tr class="blue_head">
|
||||
<td style="width: 250px">Title</td>
|
||||
<td style="width: 50px">Type</td>
|
||||
<td style="width: 255px; border: 0">
|
||||
</td>
|
||||
</tr>
|
||||
<td style="width: 280px">##Title##</td>
|
||||
<td style="width: 20px">##Type##</td>
|
||||
<td style="width: 255px; border: 0">##Action##</td>
|
||||
</tr>
|
||||
{if count($structure.listdata)}
|
||||
{foreach from=$structure.listdata item=i}
|
||||
{assign var="_listen_gunid" value=$i.gunid}
|
||||
<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}">
|
||||
{if $i.type|lower eq 'folder'}
|
||||
<a href="{$UI_BROWSER}?act=fileList&id={$i.id}" >[{$i.title|truncate:30}]</b>
|
||||
|
@ -36,12 +35,13 @@
|
|||
{/if}
|
||||
</span>
|
||||
</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">
|
||||
<!-- <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:fcopy('{$i.id}', '.')">##copy##</a>
|
||||
<a href="{$UI_BROWSER}?act=permissions&id={$i.id}">##permissions##</a>
|
||||
|
||||
{*
|
||||
{if ($delOverride eq $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}"
|
||||
onClick="return confirm('Delete "{$i.name}"?')">[DEL]</a>
|
||||
{/if}
|
||||
*}
|
||||
|
||||
{if $i.type|lower != 'folder'}
|
||||
{*
|
||||
<a href="{$UI_BROWSER}?act=getMData&id={$i.id}">##MDataXML##</a>
|
||||
<a href="{$UI_BROWSER}?act=editMetaData&id={$i.id}">[MDataForm]</a>
|
||||
|
||||
|
@ -65,8 +64,8 @@
|
|||
{/if}
|
||||
|
||||
<a href="#" onclick="hpopup('{$UI_HANDLER}?act=SP.addItem&id={$i.id}', '2SP')">[SP]</a>
|
||||
*}
|
||||
{/if}
|
||||
*}
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
</div>
|
||||
<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="##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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue