mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
Add missing "Edit QSO" translation
This commit is contained in:
parent
a3d3599f00
commit
44327fe949
@ -23,6 +23,7 @@ $lang['qso_notes_helptext'] = 'Note content is used within Cloudlog only and is
|
||||
|
||||
$lang['qso_btn_reset_qso'] = 'Reset';
|
||||
$lang['qso_btn_save_qso'] = 'Save QSO';
|
||||
$lang['qso_btn_edit_qso'] = 'Edit QSO';
|
||||
|
||||
// QSO Details
|
||||
|
||||
|
@ -260,7 +260,7 @@
|
||||
|
||||
<?php if(($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?>
|
||||
<br>
|
||||
<p class="editButton"><a class="btn btn-primary" href="<?php echo site_url('qso/edit'); ?>/<?php echo $row->COL_PRIMARY_KEY; ?>" href="javascript:;"><i class="fas fa-edit"></i> Edit QSO</a></p>
|
||||
<p class="editButton"><a class="btn btn-primary" href="<?php echo site_url('qso/edit'); ?>/<?php echo $row->COL_PRIMARY_KEY; ?>" href="javascript:;"><i class="fas fa-edit"></i><?php echo $this->lang->line('qso_btn_edit_qso'); ?></a></p>
|
||||
<?php } ?>
|
||||
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user