typo
这个提交包含在:
父节点
ced311107c
当前提交
75fb11285d
共有 2 个文件被更改,包括 2 次插入 和 3 次删除
|
|
@ -39,14 +39,13 @@ $lang['station_logbooks_no_linked_loc'] = "Keine verknüpften Standorte";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
___________________________________________________________________________________________
|
___________________________________________________________________________________________
|
||||||
Station Locations
|
Station Locations
|
||||||
___________________________________________________________________________________________
|
___________________________________________________________________________________________
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$lang['station_loc'] = 'Stationsstandort';
|
$lang['station_location'] = 'Stationsstandort';
|
||||||
$lang['station_location_plural'] = "Stationsstandorte";
|
$lang['station_location_plural'] = "Stationsstandorte";
|
||||||
$lang['station_location_header_ln1'] = 'Stationsstandorte definieren die Orte, von denen aus du QRV bist. Dein Zuhause, Bei Freunden oder Unterwegs';
|
$lang['station_location_header_ln1'] = 'Stationsstandorte definieren die Orte, von denen aus du QRV bist. Dein Zuhause, Bei Freunden oder Unterwegs';
|
||||||
$lang['station_location_header_ln2'] = 'Ähnlich wie Logbücher trennen die Stationsstandorte die entsprechenden QSO voneinander ab.';
|
$lang['station_location_header_ln2'] = 'Ähnlich wie Logbücher trennen die Stationsstandorte die entsprechenden QSO voneinander ab.';
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md">
|
<div class="col-md">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header"><?php echo lang('station_loc_plural'); ?></div>
|
<div class="card-header"><?php echo lang('station_location_plural'); ?></div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<form method="post" action="<?php echo site_url('logbooks/edit/'); ?><?php echo $station_logbook_details->logbook_id; ?>" name="create_profile">
|
<form method="post" action="<?php echo site_url('logbooks/edit/'); ?><?php echo $station_logbook_details->logbook_id; ?>" name="create_profile">
|
||||||
<input type="hidden" name="logbook_id" value="<?php echo $station_logbook_details->logbook_id; ?>">
|
<input type="hidden" name="logbook_id" value="<?php echo $station_logbook_details->logbook_id; ?>">
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用