From 383f4572b9ce1d48db168b3bdc42163e02d97657 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 5 Feb 2011 03:31:43 +0000 Subject: cleaned up navigation of the css preview documentation git-svn-id: http://code.elgg.org/elgg/trunk@8025 36083f99-b078-4883-b0ff-0f9b5a30f544 --- documentation/css/preview/forms.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'documentation/css/preview/forms.php') diff --git a/documentation/css/preview/forms.php b/documentation/css/preview/forms.php index 8dd028dc5..b2be5b0bb 100644 --- a/documentation/css/preview/forms.php +++ b/documentation/css/preview/forms.php @@ -7,11 +7,12 @@ $title = 'Forms and Buttons'; require dirname(__FILE__) . '/head.php'; +$url = current_page_url(); + ?> -
-

- +
+

Index >

Form

@@ -162,7 +163,7 @@ require dirname(__FILE__) . '/head.php';

'#', + 'href' => "$url#", 'text' => 'a.elgg-submit-button', 'class' => 'elgg-button elgg-submit-button', )); @@ -170,7 +171,7 @@ require dirname(__FILE__) . '/head.php';

'#', + 'href' => "$url#", 'text' => 'submit button disabled', 'class' => 'elgg-button elgg-submit-button disabled', )); @@ -185,7 +186,7 @@ require dirname(__FILE__) . '/head.php';

'#', + 'href' => "$url#", 'text' => 'a.elgg-cancel-button', 'class' => 'elgg-button elgg-cancel-button', )); @@ -193,7 +194,7 @@ require dirname(__FILE__) . '/head.php';

'#', + 'href' => "$url#", 'text' => 'a.elgg-action-button', 'class' => 'elgg-action-button', )); @@ -201,7 +202,7 @@ require dirname(__FILE__) . '/head.php';

'#', + 'href' => "$url#", 'text' => 'action button disabled', 'class' => 'elgg-action-button disabled', )); -- cgit v1.2.3