mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-20 00:07:27 +00:00
there is no preselected link type
This commit is contained in:
parent
36aedc8fd7
commit
75a8a52028
|
|
@ -2023,7 +2023,7 @@ $(document).ready( function() {
|
|||
<?php
|
||||
$options = [];
|
||||
foreach($dms->getLinkTypes() as $linktype) {
|
||||
$options[] = array($linktype->getID(), htmlspecialchars($linktype->getName()), $sellinktype && $linktype->getID()==$sellinktype->getID(), array(/*array('data-subtitle', $linktype->countDocumentLinksByType().' '.getMLText('documents'))*/));
|
||||
$options[] = array($linktype->getID(), htmlspecialchars($linktype->getName()), false, array(/*array('data-subtitle', $linktype->countDocumentLinksByType().' '.getMLText('documents'))*/));
|
||||
}
|
||||
$this->formField(
|
||||
getMLText("global_link_types"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user