]> git.mjollnir.org Git - s9y.git/commitdiff
more css flexibility
authorgarvinhicking <garvinhicking>
Mon, 5 Dec 2005 12:55:56 +0000 (12:55 +0000)
committergarvinhicking <garvinhicking>
Mon, 5 Dec 2005 12:55:56 +0000 (12:55 +0000)
plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php

index 8ecb37b442d4e2dad1d27948c059d85bd3d9d971..357b653406d16b12cc54ad62bffcfc2b9e046543 100644 (file)
@@ -347,8 +347,8 @@ class serendipity_event_entryproperties extends serendipity_event
                                         }
                             ?>
                                 <tr>
-                                    <td class="customfield_name"><strong><?php echo $fieldname; ?></strong></td>
-                                    <td class="customfield_value"><textarea name="serendipity[properties][<?php echo htmlspecialchars($fieldname); ?>]"><?php echo htmlspecialchars($value); ?></textarea></td>
+                                    <td class="customfield_<?php echo $fieldname; ?> customfield_name"><strong><?php echo $fieldname; ?></strong></td>
+                                    <td class="customfield_<?php echo $fieldname; ?> customfield_value"><textarea name="serendipity[properties][<?php echo htmlspecialchars($fieldname); ?>]"><?php echo htmlspecialchars($value); ?></textarea></td>
                                 </tr>
                             <?php
                                     }