mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
12 lines
332 B
Smarty
12 lines
332 B
Smarty
--- templates/status.tpl.orig Tue Apr 10 18:48:12 2007
|
|
+++ templates/status.tpl Tue Apr 10 19:58:35 2007
|
|
@@ -183,7 +183,8 @@
|
|
{/if}
|
|
</p>
|
|
{else}
|
|
-{$message.strStopPgpool|escape}
|
|
+ <p>{$message.strStopPgpool|escape}</p>
|
|
+ <div id="status"></div>
|
|
{/if}
|
|
<h2>{$message.strPgpool|escape}</h2>
|
|
{if $pgpoolIsActive == false}
|