fixing some display bugs (itemtype not properly returned and a html table bug that makes items appear strangely
This commit is contained in:
parent
a60c83d5b0
commit
96386e6568
2 changed files with 5 additions and 3 deletions
|
@ -1606,7 +1606,6 @@ sub GetAuthorisedValueDesc {
|
|||
|
||||
#---- "true" authorized value
|
||||
my $category = $tagslib->{$tag}->{$subfield}->{'authorised_value'};
|
||||
|
||||
if ( $category ne "" ) {
|
||||
my $sth =
|
||||
$dbh->prepare(
|
||||
|
@ -3957,6 +3956,9 @@ Joshua Ferraro jmf@liblime.com
|
|||
|
||||
# $Id$
|
||||
# $Log$
|
||||
# Revision 1.217 2007/07/03 13:47:44 tipaul
|
||||
# fixing some display bugs (itemtype not properly returned and a html table bug that makes items appear strangely
|
||||
#
|
||||
# Revision 1.216 2007/07/03 09:40:58 tipaul
|
||||
# return itemtype description properly
|
||||
#
|
||||
|
|
|
@ -141,9 +141,9 @@
|
|||
<table>
|
||||
<tr>
|
||||
<!-- TMPL_LOOP name="item_header_loop" -->
|
||||
<tr>
|
||||
<th>
|
||||
<!-- TMPL_VAR name="header_value" -->
|
||||
</tr>
|
||||
</th>
|
||||
<!-- /TMPL_LOOP -->
|
||||
</tr>
|
||||
<!-- TMPL_LOOP name="item_loop" -->
|
||||
|
|
Loading…
Reference in a new issue