mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-20 00:07:27 +00:00
add printAttribute()
This commit is contained in:
parent
98993e89df
commit
3accef2dd6
|
|
@ -227,6 +227,16 @@ $('body').on('click', '.order-btn', function(ev) {
|
|||
$this->printDeleteDocumentButtonJs();
|
||||
} /* }}} */
|
||||
|
||||
protected function printAttribute($attribute) { /* {{{ */
|
||||
$attrdef = $attribute->getAttributeDefinition();
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo htmlspecialchars($attrdef->getName()); ?>:</td>
|
||||
<td><?php echo $this->getAttributeValue($attribute); ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
} /* }}} */
|
||||
|
||||
function folderInfos() { /* {{{ */
|
||||
$dms = $this->params['dms'];
|
||||
$user = $this->params['user'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user