mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
458252f531
|
@ -334,6 +334,7 @@ function getOverallStatusText($status) { /* {{{ */
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
function getAttributeTypeText($attrdef) { /* {{{ */
|
function getAttributeTypeText($attrdef) { /* {{{ */
|
||||||
|
$t = '';
|
||||||
switch($attrdef->getType()) {
|
switch($attrdef->getType()) {
|
||||||
case SeedDMS_Core_AttributeDefinition::type_int:
|
case SeedDMS_Core_AttributeDefinition::type_int:
|
||||||
$t = getMLText("attrdef_type_int");
|
$t = getMLText("attrdef_type_int");
|
||||||
|
@ -376,6 +377,7 @@ function getAttributeTypeText($attrdef) { /* {{{ */
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
function getAttributeObjectTypeText($attrdef) { /* {{{ */
|
function getAttributeObjectTypeText($attrdef) { /* {{{ */
|
||||||
|
$ot = '';
|
||||||
switch($attrdef->getObjType()) {
|
switch($attrdef->getObjType()) {
|
||||||
case SeedDMS_Core_AttributeDefinition::objtype_all:
|
case SeedDMS_Core_AttributeDefinition::objtype_all:
|
||||||
$ot = getMLText("all");
|
$ot = getMLText("all");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user