assign Character titles via QR-codes (implements #118)
This commit is contained in:
parent
40d2aa5768
commit
eddc4036cf
6 changed files with 101 additions and 3 deletions
1
views/binary/qrcodes/charactertitle.tpl
Normal file
1
views/binary/qrcodes/charactertitle.tpl
Normal file
|
|
@ -0,0 +1 @@
|
|||
<?=$file?>
|
||||
|
|
@ -16,6 +16,11 @@
|
|||
<ul class="admin">
|
||||
<li><a href="<?=$linker->link(array('edit',$seminary['url'],$title['hash']),1)?>"><?=_('edit')?></a></li>
|
||||
<li><a href="<?=$linker->link(array('delete',$seminary['url'],$title['hash']),1)?>"><?=_('delete')?></a></li>
|
||||
<li>
|
||||
<a href="<?=$linker->link(array('qrcodes','charactertitle',$seminary['url'],$title['hash'],'50'))?>">
|
||||
<i class="fa fa-qrcode"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<?php endforeach ?>
|
||||
|
|
|
|||
0
views/html/qr/ct.tpl
Normal file
0
views/html/qr/ct.tpl
Normal file
Loading…
Add table
Add a link
Reference in a new issue