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

index 95f37f54d1a7877471eca5b745157813bf31e481..56408d78c58490d645c646265c0e47f3fa008b7f 100644 (file)
@@ -376,8 +376,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
                                     }