aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager/templates/gateway/list.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager/templates/gateway/list.cs')
-rw-r--r--src/manager/templates/gateway/list.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/manager/templates/gateway/list.cs b/src/manager/templates/gateway/list.cs
index 5cc8603b1..b93364d6f 100644
--- a/src/manager/templates/gateway/list.cs
+++ b/src/manager/templates/gateway/list.cs
@@ -1,4 +1,5 @@
<?cs include:"templates/header.cs" ?>
+<div class="dialog">
<form method="post" action="<?cs var:action ?>">
<p>
<select name="gateway" size="1">
@@ -10,4 +11,5 @@
<input type="submit" value="Select"/>
<p>
</form>
+</div>
<?cs include:"templates/footer.cs" ?>