We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96ba76 commit fa30c44Copy full SHA for fa30c44
templates/CRM/Logviewer/Page/LogViewer.tpl
@@ -1,7 +1,7 @@
1
<p>{ts 1=$currentTime}The current time is %1.{/ts}</p>
2
<p>{ts 1=$fileName}Logfile: %1{/ts}</p>
3
4
-<form action="/civicrm/admin/logviewer" method="post" name="post" id="post" class="CRM_Logviewer_Page_LogViewer">
+<form action="{crmURL p='civicrm/admin/logviewer'}" method="post" name="post" id="post" class="CRM_Logviewer_Page_LogViewer">
5
<div class="crm-section">
6
<div class="label"><label for="severity">Severity</label></div>
7
<div class="content">
0 commit comments