Fix broken and missing labels
This commit is contained in:
parent
19f0f7fd72
commit
10a1289bac
5 changed files with 17 additions and 17 deletions
|
|
@ -929,7 +929,7 @@ sub getToolbar {
|
|||
}
|
||||
my $export = "";
|
||||
if (defined $self->session->config->get("exportPath")) {
|
||||
$export = 'contextMenu.addLink("'.$self->getUrl("func=export").'","'.$i18n->get("export","Icon").'");';
|
||||
$export = 'contextMenu.addLink("'.$self->getUrl("func=export").'","'.$i18n->get("Export","Icon").'");';
|
||||
}
|
||||
return '<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
|
|
|
|||
|
|
@ -2868,7 +2868,7 @@ my $currentRow = '<tr align="left" bgcolor="#bbbbbb">';
|
|||
while (my $currentField = $assetsUsing->hashRef) {
|
||||
$currentRow .= '<li>';
|
||||
$currentRow .= $self->session->icon->edit('func=editField;fid='.$currentField->{fieldId}, $currentField->{url});
|
||||
$currentRow .= $currentField->{title}.' '.$i18n->get('in field').' '.$currentField->{value};
|
||||
$currentRow .= $currentField->{title}.' '.$i18n->get('lr in field').' '.$currentField->{value};
|
||||
$currentRow .= '</li>';
|
||||
}
|
||||
$currentRow .= '</ul></td><tr height="5"></tr>'.'</tr>';
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ our $HELP = {
|
|||
},
|
||||
|
||||
{
|
||||
title =>'show meta data',
|
||||
title =>'gef show meta data',
|
||||
description => 'gef show meta data description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -335,16 +335,6 @@ our $HELP = {
|
|||
description => '824 description',
|
||||
namespace => 'WebGUI',
|
||||
},
|
||||
{
|
||||
title => '534',
|
||||
description => '534 description',
|
||||
namespace => 'WebGUI',
|
||||
},
|
||||
{
|
||||
title => '535',
|
||||
description => '535 description',
|
||||
namespace => 'WebGUI',
|
||||
},
|
||||
{
|
||||
title => '400',
|
||||
description => '400 description',
|
||||
|
|
|
|||
|
|
@ -766,6 +766,11 @@ not possible ta add fields. Please add at least one field type by going to|,
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
's search type' => {
|
||||
message => q|Search Type|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'_csf only normal' => {
|
||||
message => q|Only normal|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -869,12 +874,12 @@ If you do not want to use this feature, simply leave the field blank.</p>|,
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'gef show metadata' => {
|
||||
'gef show meta data' => {
|
||||
message => q|Show metadata|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'gef show metadata description' => {
|
||||
'gef show meta data description' => {
|
||||
message => q|<p>In the SQLForm each record has special meta data
|
||||
containing the state of the record. If you want some of this this information to
|
||||
be shown in search results, please set this property to yes.</p>|,
|
||||
|
|
@ -1280,6 +1285,11 @@ query. The following variable is available in this loop:</p>
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'cancel' => {
|
||||
message => q|Cancel|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'gef import table' => {
|
||||
message => q|Import this table|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -1314,8 +1324,8 @@ the table.</p>|,
|
|||
message => q|You can view this change by clicking on this url:|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue