equal
deleted
inserted
replaced
82 echo " <table>\n"; |
82 echo " <table>\n"; |
83 echo " <tr>\n"; |
83 echo " <tr>\n"; |
84 echo " <th> </th>\n"; |
84 echo " <th> </th>\n"; |
85 echo " <th>" . _('Name') . "</th>\n"; |
85 echo " <th>" . _('Name') . "</th>\n"; |
86 echo " <th>" . _('Type') . "</th>\n"; |
86 echo " <th>" . _('Type') . "</th>\n"; |
87 echo " <th>" . _('Prio') . "</th>\n"; |
87 echo " <th>" . _('Priority') . "</th>\n"; |
88 echo " <th>" . _('Content') . "</th>\n"; |
88 echo " <th>" . _('Content') . "</th>\n"; |
89 echo " <th>" . _('TTL') . "</th>\n"; |
89 echo " <th>" . _('TTL') . "</th>\n"; |
90 echo " </tr>\n"; |
90 echo " </tr>\n"; |
91 |
91 |
92 foreach ($result['records'] as $record) { |
92 foreach ($result['records'] as $record) { |