From 89a14c4ffb36dedc5641ef53ddf21fe999d1def0 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 3 Jun 2013 03:10:19 -0400 Subject: [PATCH] Temporary fix for paging (show all in dropdown) Former-commit-id: cf6483f3cdb5b24465f1605e8c5bc3be982faf46 Former-commit-id: 75c83ad39066d942b031eba1ae9fde6c47fba22d --- node/src/documents/elements/button.html | 1 - node/src/documents/elements/divider.html | 3 +-- node/src/documents/elements/header.html | 1 - node/src/documents/elements/icon.html | 1 - node/src/documents/elements/input.html | 1 - node/src/documents/elements/label.html | 1 - node/src/documents/elements/progress.html | 1 - node/src/documents/elements/segment.html | 3 +-- node/src/documents/elements/step.html | 3 +-- node/src/layouts/default.html.eco | 10 +++++----- 10 files changed, 8 insertions(+), 17 deletions(-) diff --git a/node/src/documents/elements/button.html b/node/src/documents/elements/button.html index 54b757897..0ecc4c0b9 100755 --- a/node/src/documents/elements/button.html +++ b/node/src/documents/elements/button.html @@ -1,7 +1,6 @@ --- layout : 'default' css : 'button' - title : 'Button' type : 'UI Element' --- diff --git a/node/src/documents/elements/divider.html b/node/src/documents/elements/divider.html index 700321978..b738c9e60 100755 --- a/node/src/documents/elements/divider.html +++ b/node/src/documents/elements/divider.html @@ -1,7 +1,6 @@ --- layout : 'default' -css : "divider" - +css : 'divider' title : 'Divider' type : 'UI Element' --- diff --git a/node/src/documents/elements/header.html b/node/src/documents/elements/header.html index 48ba36d9f..09df997da 100755 --- a/node/src/documents/elements/header.html +++ b/node/src/documents/elements/header.html @@ -1,7 +1,6 @@ --- layout : 'default' css : 'header' - title : 'Header' type : 'UI Element' --- diff --git a/node/src/documents/elements/icon.html b/node/src/documents/elements/icon.html index ae2815616..89044523c 100755 --- a/node/src/documents/elements/icon.html +++ b/node/src/documents/elements/icon.html @@ -1,7 +1,6 @@ --- layout : 'default' css : 'icon' - title : 'Icon' type : 'UI Element' --- diff --git a/node/src/documents/elements/input.html b/node/src/documents/elements/input.html index 9a1002526..d900a2f4d 100755 --- a/node/src/documents/elements/input.html +++ b/node/src/documents/elements/input.html @@ -1,7 +1,6 @@ --- layout : 'default' css : 'input' - title : 'Input' type : 'UI Element' --- diff --git a/node/src/documents/elements/label.html b/node/src/documents/elements/label.html index 2f73f5ae7..f9b43a9e7 100755 --- a/node/src/documents/elements/label.html +++ b/node/src/documents/elements/label.html @@ -1,7 +1,6 @@ --- layout : 'default' css : "label" - title : 'Label' type : 'UI Element' --- diff --git a/node/src/documents/elements/progress.html b/node/src/documents/elements/progress.html index 85f2251c8..8da5c464a 100755 --- a/node/src/documents/elements/progress.html +++ b/node/src/documents/elements/progress.html @@ -1,7 +1,6 @@ --- layout : 'default' css : 'progress' - title : 'Progress' type : 'UI Element' --- diff --git a/node/src/documents/elements/segment.html b/node/src/documents/elements/segment.html index 552d73915..f596bb8b5 100755 --- a/node/src/documents/elements/segment.html +++ b/node/src/documents/elements/segment.html @@ -1,7 +1,6 @@ --- layout : 'default' -css : 'header' - +css : 'segment' title : 'Segment' type : 'UI Element' --- diff --git a/node/src/documents/elements/step.html b/node/src/documents/elements/step.html index f42082ea1..894e40ecc 100755 --- a/node/src/documents/elements/step.html +++ b/node/src/documents/elements/step.html @@ -1,7 +1,6 @@ --- layout : 'default' -css : "steps" - +css : 'steps' title : 'Step' type : 'UI Element' --- diff --git a/node/src/layouts/default.html.eco b/node/src/layouts/default.html.eco index 423b881e7..156348824 100755 --- a/node/src/layouts/default.html.eco +++ b/node/src/layouts/default.html.eco @@ -131,8 +131,8 @@ <%= @document.type %>: <%= @document.title %>