]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/domain/DomainPinglogForm.templ
upd: rename package name and all references to it
[gigi.git] / src / org / cacert / gigi / pages / account / domain / DomainPinglogForm.templ
diff --git a/src/org/cacert/gigi/pages/account/domain/DomainPinglogForm.templ b/src/org/cacert/gigi/pages/account/domain/DomainPinglogForm.templ
deleted file mode 100644 (file)
index 8f567eb..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<h2><?=_Ping log for '${domainname}'?></h2>
-<table class="table">
-<tr><th><?=_Type?></th>
-<th><?=_State?></th>
-<th><?=_Config?></th>
-<th><?=_Result?></th>
-<th><?=_Execution Date?></th>
-<th><?=_Reping?></th></tr>
-<? foreach($pings) { ?>
-<tr>
-<td><?=$type?></td>
-<td><?=$state?></td>
-<td><?=$config?></td>
-<td><?=$result?></td>
-<td><?=$date?></td>
-<td><button name='configId' class='btn btn-primary' value="<?=$configId?>"><?=_Re-execute?></button></td>
-</tr>
-<?}?>
-</table>
-