Skip to content

Commit

Permalink
Fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 5, 2019
1 parent e3359c6 commit 33bff13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/public/ticket/view.php
Expand Up @@ -298,7 +298,7 @@
print '<div class="error">Not Allowed<br><a href="' . $_SERVER['PHP_SELF'] . '?track_id=' . $object->dao->track_id . '">' . $langs->trans('Back') . '</a></div>';
}
} else {
print '<p style="text-align: center">' . $langs->trans("TicketPublicMsgViewLogIn") . '</p>';
print '<p class="center">' . $langs->trans("TicketPublicMsgViewLogIn") . '</p>';

print '<div id="form_view_ticket">';
print '<form method="post" name="form_view_ticket" enctype="multipart/form-data" action="' . $_SERVER['PHP_SELF'] . '">';
Expand Down

0 comments on commit 33bff13

Please sign in to comment.