diff options
Diffstat (limited to 'templates/show_localplay_add_instance.inc.php')
-rw-r--r-- | templates/show_localplay_add_instance.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_localplay_add_instance.inc.php b/templates/show_localplay_add_instance.inc.php index 3e158f3b..fb95a343 100644 --- a/templates/show_localplay_add_instance.inc.php +++ b/templates/show_localplay_add_instance.inc.php @@ -23,7 +23,7 @@ ?> <?php show_box_top(_('Add Localplay Instance')); ?> <form method="post" action="<?php echo Config::get('web_path'); ?>/localplay.php?action=add_instance"> -<table border="0" cellpadding="3" cellspacing="0" class="table-data"> +<table cellpadding="3" cellspacing="0" class="tabledata"> <?php foreach ($fields as $key=>$field) { ?> <tr> <td><?php echo $field['description']; ?></td> |