From 0187c60d6169bbf1a2b2b550c5ad57896d0b27d5 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 9 Nov 2015 09:27:23 -0800 Subject: [PATCH] Internal relations are probably less commonly used than Foreign key constraints and the display column dialog Signed-off-by: Marc Delisle --- templates/table/relation/common_form.phtml | 64 +++++++++++----------- 1 file changed, 33 insertions(+), 31 deletions(-) diff --git a/templates/table/relation/common_form.phtml b/templates/table/relation/common_form.phtml index 19a1f39397..cf3ec47dc3 100644 --- a/templates/table/relation/common_form.phtml +++ b/templates/table/relation/common_form.phtml @@ -1,36 +1,5 @@
- - -
- - - - - - - - render( - array( - 'save_row' => $save_row, - 'i' => $i, - 'odd_row' => $odd_row, - 'existrel' => $existrel, - 'db' => $db - ) - ); - $odd_row = ! $odd_row; ?> - -
- - - -
-
-
@@ -104,6 +73,39 @@
+ + + +
+ + + + + + + + render( + array( + 'save_row' => $save_row, + 'i' => $i, + 'odd_row' => $odd_row, + 'existrel' => $existrel, + 'db' => $db + ) + ); + $odd_row = ! $odd_row; ?> + +
+ + + +
+
+ +