moving the new item button in list view outside of the if data check
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 17 Nov 2017 20:19:46 +0000 (15:19 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 17 Nov 2017 20:19:46 +0000 (15:19 -0500)
if there is no for sale data then the new item button wounldn't be visible. moved the
button out of the conditional

css/admin.css
css/admin.css.map
scss/admin.scss
views/admin/forSale/list.html

index 3a51ba9..af3d4c8 100644 (file)
@@ -1,3 +1,3 @@
-.for-sale-list-wrapper .glm-row{margin:0 !important}.for-sale-list-wrapper .glm-required{color:red}.for-sale-list-wrapper .admin-item-label,.for-sale-list-wrapper .admin-item-input,.for-sale-list-wrapper .admin-item-list{padding:6px 0px 6px 2px}.for-sale-list-wrapper .admin-item-label .admin-item-data,.for-sale-list-wrapper .admin-item-input .admin-item-data,.for-sale-list-wrapper .admin-item-list .admin-item-data{margin-bottom:0px !important}.for-sale-list-wrapper .admin-list-edit-item{padding:5px}.for-sale-list-wrapper .admin-list-edit-items{position:absolute;right:0;max-width:100px;float:right}@media (max-width: 641px){.for-sale-list-wrapper .admin-list-edit-items{margin:0 auto;float:none}}.for-sale-list-wrapper .itemTitle-record{float:left}.for-sale-list-wrapper .admin-new-item{margin-bottom:15px}.for-sale-list-wrapper .admin-new-item .admin-new-item-link{padding:5px;background:#3D84D0;color:white;text-decoration:none;border-radius:4px}.for-sale-list-wrapper .no-padding{padding:0}.for-sale-list-wrapper .no-margin{margin:0}.for-sale-list-wrapper .admin-item-list-header{margin-bottom:20px;padding-bottom:2px;border-bottom:1px solid lightgray}.for-sale-list-wrapper .item-company-list-header,.for-sale-list-wrapper .item-date-list-header,.for-sale-list-wrapper .item-title-list-header{font-weight:bold;font-size:16px}.for-sale-list-wrapper .admin-item-list-row:nth-child(odd){background:#e3e3e5}.for-sale-list-wrapper .item-image{display:block;max-width:200px}.for-sale-list-wrapper .item-image-row{border-bottom:1px solid lightgray;padding-bottom:10px}
+.admin-new-item{margin-bottom:15px}.admin-new-item .admin-new-item-link{padding:5px;background:#3D84D0;color:white;text-decoration:none;border-radius:4px}.for-sale-list-wrapper .glm-row{margin:0 !important}.for-sale-list-wrapper .glm-required{color:red}.for-sale-list-wrapper .admin-item-label,.for-sale-list-wrapper .admin-item-input,.for-sale-list-wrapper .admin-item-list{padding:6px 0px 6px 2px}.for-sale-list-wrapper .admin-item-label .admin-item-data,.for-sale-list-wrapper .admin-item-input .admin-item-data,.for-sale-list-wrapper .admin-item-list .admin-item-data{margin-bottom:0px !important}.for-sale-list-wrapper .admin-list-edit-item{padding:5px}.for-sale-list-wrapper .admin-list-edit-items{position:absolute;right:0;max-width:100px;float:right}@media (max-width: 641px){.for-sale-list-wrapper .admin-list-edit-items{margin:0 auto;float:none}}.for-sale-list-wrapper .itemTitle-record{float:left}.for-sale-list-wrapper .no-padding{padding:0}.for-sale-list-wrapper .no-margin{margin:0}.for-sale-list-wrapper .admin-item-list-header{margin-bottom:20px;padding-bottom:2px;border-bottom:1px solid lightgray}.for-sale-list-wrapper .item-company-list-header,.for-sale-list-wrapper .item-date-list-header,.for-sale-list-wrapper .item-title-list-header{font-weight:bold;font-size:16px}.for-sale-list-wrapper .admin-item-list-row:nth-child(odd){background:#e3e3e5}.for-sale-list-wrapper .item-image{display:block;max-width:200px}.for-sale-list-wrapper .item-image-row{border-bottom:1px solid lightgray;padding-bottom:10px}
 
 /*# sourceMappingURL=admin.css.map */
index a414064..f7e6c84 100644 (file)
@@ -1 +1 @@
-{"version":3,"file":"admin.css","sources":["admin.scss"],"sourcesContent":[".for-sale-list-wrapper{\n    .glm-row{\n        margin: 0 !important;\n    }\n    .glm-required{\n        color: red;\n    }\n    .admin-item-label,\n    .admin-item-input,\n    .admin-item-list{\n        padding: 6px 0px 6px 2px;\n        .admin-item-data{\n            margin-bottom: 0px !important;\n        }\n    }\n    .admin-list-edit-item{\n        // float: right;\n        padding: 5px;\n    }\n    .admin-list-edit-items{\n        position: absolute;\n        right: 0;\n        // top: 6px;\n        max-width: 100px;\n        float: right;\n        @media(max-width: 641px){\n            margin: 0 auto;\n            float: none;\n        }\n    }\n    .itemTitle-record{\n        float: left;\n    }\n    .admin-new-item{\n        margin-bottom: 15px;\n    }\n    .admin-new-item .admin-new-item-link{\n        padding: 5px;\n        background: #3D84D0;\n        color: white;\n        text-decoration: none;\n        border-radius: 4px;\n    }\n    .no-padding{\n        padding: 0;\n    }\n    .no-margin{\n        margin: 0;\n    }\n    .admin-item-list-header{\n        margin-bottom: 20px;\n        padding-bottom: 2px;\n        border-bottom: 1px solid lightgray;\n    }\n    .admin-item-list-row{\n        // padding-bottom: 5px;\n    /*    border-bottom: 1px solid lightgray;*/\n    }\n    .item-company-list-header,.item-date-list-header, .item-title-list-header{\n        font-weight: bold;\n        font-size: 16px;\n    }\n    .admin-item-list-row:nth-child(odd){\n        background: #e3e3e5;\n    }\n    .item-image{\n        display: block;\n        max-width: 200px;\n    }\n    .item-image-row{\n        border-bottom: 1px solid lightgray;\n        padding-bottom: 10px;\n    }\n}"],"names":[],"mappings":"AAAA,AACI,sBADkB,CAClB,QAAQ,AAAA,CACJ,MAAM,CAAE,YAAY,CACvB,AAHL,AAII,sBAJkB,CAIlB,aAAa,AAAA,CACT,KAAK,CAAE,GAAG,CACb,AANL,AAOI,sBAPkB,CAOlB,iBAAiB,CAPrB,AAQI,sBARkB,CAQlB,iBAAiB,CARrB,AASI,sBATkB,CASlB,gBAAgB,AAAA,CACZ,OAAO,CAAE,eAAe,CAI3B,AAdL,AAWQ,sBAXc,CAOlB,iBAAiB,CAIb,gBAAgB,CAXxB,AAWQ,sBAXc,CAQlB,iBAAiB,CAGb,gBAAgB,CAXxB,AAWQ,sBAXc,CASlB,gBAAgB,CAEZ,gBAAgB,AAAA,CACZ,aAAa,CAAE,cAAc,CAChC,AAbT,AAeI,sBAfkB,CAelB,qBAAqB,AAAA,CAEjB,OAAO,CAAE,GAAG,CACf,AAlBL,AAmBI,sBAnBkB,CAmBlB,sBAAsB,AAAA,CAClB,QAAQ,CAAE,QAAQ,CAClB,KAAK,CAAE,CAAC,CAER,SAAS,CAAE,KAAK,CAChB,KAAK,CAAE,KAAK,CAKf,AAJG,MAAM,EAAC,SAAS,EAAE,KAAK,EAzB/B,AAmBI,sBAnBkB,CAmBlB,sBAAsB,AAAA,CAOd,MAAM,CAAE,MAAM,CACd,KAAK,CAAE,IAAI,CAElB,CA7BL,AA8BI,sBA9BkB,CA8BlB,iBAAiB,AAAA,CACb,KAAK,CAAE,IAAI,CACd,AAhCL,AAiCI,sBAjCkB,CAiClB,eAAe,AAAA,CACX,aAAa,CAAE,IAAI,CACtB,AAnCL,AAoCoB,sBApCE,CAoClB,eAAe,CAAC,oBAAoB,AAAA,CAChC,OAAO,CAAE,GAAG,CACZ,UAAU,CAAE,OAAO,CACnB,KAAK,CAAE,KAAK,CACZ,eAAe,CAAE,IAAI,CACrB,aAAa,CAAE,GAAG,CACrB,AA1CL,AA2CI,sBA3CkB,CA2ClB,WAAW,AAAA,CACP,OAAO,CAAE,CAAC,CACb,AA7CL,AA8CI,sBA9CkB,CA8ClB,UAAU,AAAA,CACN,MAAM,CAAE,CAAC,CACZ,AAhDL,AAiDI,sBAjDkB,CAiDlB,uBAAuB,AAAA,CACnB,aAAa,CAAE,IAAI,CACnB,cAAc,CAAE,GAAG,CACnB,aAAa,CAAE,mBAAmB,CACrC,AArDL,AA0DI,sBA1DkB,CA0DlB,yBAAyB,CA1D7B,AA0D8B,sBA1DR,CA0DQ,sBAAsB,CA1DpD,AA0DsD,sBA1DhC,CA0DgC,uBAAuB,AAAA,CACrE,WAAW,CAAE,IAAI,CACjB,SAAS,CAAE,IAAI,CAClB,AA7DL,AA8DI,sBA9DkB,CA8DlB,oBAAoB,AAAA,UAAW,CAAA,AAAA,GAAG,CAAC,CAC/B,UAAU,CAAE,OAAO,CACtB,AAhEL,AAiEI,sBAjEkB,CAiElB,WAAW,AAAA,CACP,OAAO,CAAE,KAAK,CACd,SAAS,CAAE,KAAK,CACnB,AApEL,AAqEI,sBArEkB,CAqElB,eAAe,AAAA,CACX,aAAa,CAAE,mBAAmB,CAClC,cAAc,CAAE,IAAI,CACvB"}
\ No newline at end of file
+{"version":3,"file":"admin.css","sources":["admin.scss"],"sourcesContent":[".admin-new-item{\n    margin-bottom: 15px;\n}\n.admin-new-item .admin-new-item-link{\n    padding: 5px;\n    background: #3D84D0;\n    color: white;\n    text-decoration: none;\n    border-radius: 4px;\n}\n.for-sale-list-wrapper{\n    .glm-row{\n        margin: 0 !important;\n    }\n    .glm-required{\n        color: red;\n    }\n    .admin-item-label,\n    .admin-item-input,\n    .admin-item-list{\n        padding: 6px 0px 6px 2px;\n        .admin-item-data{\n            margin-bottom: 0px !important;\n        }\n    }\n    .admin-list-edit-item{\n        // float: right;\n        padding: 5px;\n    }\n    .admin-list-edit-items{\n        position: absolute;\n        right: 0;\n        // top: 6px;\n        max-width: 100px;\n        float: right;\n        @media(max-width: 641px){\n            margin: 0 auto;\n            float: none;\n        }\n    }\n    .itemTitle-record{\n        float: left;\n    }\n    \n    .no-padding{\n        padding: 0;\n    }\n    .no-margin{\n        margin: 0;\n    }\n    .admin-item-list-header{\n        margin-bottom: 20px;\n        padding-bottom: 2px;\n        border-bottom: 1px solid lightgray;\n    }\n    .admin-item-list-row{\n        // padding-bottom: 5px;\n    /*    border-bottom: 1px solid lightgray;*/\n    }\n    .item-company-list-header,.item-date-list-header, .item-title-list-header{\n        font-weight: bold;\n        font-size: 16px;\n    }\n    .admin-item-list-row:nth-child(odd){\n        background: #e3e3e5;\n    }\n    .item-image{\n        display: block;\n        max-width: 200px;\n    }\n    .item-image-row{\n        border-bottom: 1px solid lightgray;\n        padding-bottom: 10px;\n    }\n}"],"names":[],"mappings":"AAAA,AAAA,eAAe,AAAA,CACX,aAAa,CAAE,IAAI,CACtB,AACD,AAAgB,eAAD,CAAC,oBAAoB,AAAA,CAChC,OAAO,CAAE,GAAG,CACZ,UAAU,CAAE,OAAO,CACnB,KAAK,CAAE,KAAK,CACZ,eAAe,CAAE,IAAI,CACrB,aAAa,CAAE,GAAG,CACrB,AACD,AACI,sBADkB,CAClB,QAAQ,AAAA,CACJ,MAAM,CAAE,YAAY,CACvB,AAHL,AAII,sBAJkB,CAIlB,aAAa,AAAA,CACT,KAAK,CAAE,GAAG,CACb,AANL,AAOI,sBAPkB,CAOlB,iBAAiB,CAPrB,AAQI,sBARkB,CAQlB,iBAAiB,CARrB,AASI,sBATkB,CASlB,gBAAgB,AAAA,CACZ,OAAO,CAAE,eAAe,CAI3B,AAdL,AAWQ,sBAXc,CAOlB,iBAAiB,CAIb,gBAAgB,CAXxB,AAWQ,sBAXc,CAQlB,iBAAiB,CAGb,gBAAgB,CAXxB,AAWQ,sBAXc,CASlB,gBAAgB,CAEZ,gBAAgB,AAAA,CACZ,aAAa,CAAE,cAAc,CAChC,AAbT,AAeI,sBAfkB,CAelB,qBAAqB,AAAA,CAEjB,OAAO,CAAE,GAAG,CACf,AAlBL,AAmBI,sBAnBkB,CAmBlB,sBAAsB,AAAA,CAClB,QAAQ,CAAE,QAAQ,CAClB,KAAK,CAAE,CAAC,CAER,SAAS,CAAE,KAAK,CAChB,KAAK,CAAE,KAAK,CAKf,AAJG,MAAM,EAAC,SAAS,EAAE,KAAK,EAzB/B,AAmBI,sBAnBkB,CAmBlB,sBAAsB,AAAA,CAOd,MAAM,CAAE,MAAM,CACd,KAAK,CAAE,IAAI,CAElB,CA7BL,AA8BI,sBA9BkB,CA8BlB,iBAAiB,AAAA,CACb,KAAK,CAAE,IAAI,CACd,AAhCL,AAkCI,sBAlCkB,CAkClB,WAAW,AAAA,CACP,OAAO,CAAE,CAAC,CACb,AApCL,AAqCI,sBArCkB,CAqClB,UAAU,AAAA,CACN,MAAM,CAAE,CAAC,CACZ,AAvCL,AAwCI,sBAxCkB,CAwClB,uBAAuB,AAAA,CACnB,aAAa,CAAE,IAAI,CACnB,cAAc,CAAE,GAAG,CACnB,aAAa,CAAE,mBAAmB,CACrC,AA5CL,AAiDI,sBAjDkB,CAiDlB,yBAAyB,CAjD7B,AAiD8B,sBAjDR,CAiDQ,sBAAsB,CAjDpD,AAiDsD,sBAjDhC,CAiDgC,uBAAuB,AAAA,CACrE,WAAW,CAAE,IAAI,CACjB,SAAS,CAAE,IAAI,CAClB,AApDL,AAqDI,sBArDkB,CAqDlB,oBAAoB,AAAA,UAAW,CAAA,AAAA,GAAG,CAAC,CAC/B,UAAU,CAAE,OAAO,CACtB,AAvDL,AAwDI,sBAxDkB,CAwDlB,WAAW,AAAA,CACP,OAAO,CAAE,KAAK,CACd,SAAS,CAAE,KAAK,CACnB,AA3DL,AA4DI,sBA5DkB,CA4DlB,eAAe,AAAA,CACX,aAAa,CAAE,mBAAmB,CAClC,cAAc,CAAE,IAAI,CACvB"}
\ No newline at end of file
index 8c52029..b6fb2a6 100644 (file)
@@ -1,3 +1,13 @@
+.admin-new-item{
+    margin-bottom: 15px;
+}
+.admin-new-item .admin-new-item-link{
+    padding: 5px;
+    background: #3D84D0;
+    color: white;
+    text-decoration: none;
+    border-radius: 4px;
+}
 .for-sale-list-wrapper{
     .glm-row{
         margin: 0 !important;
     .itemTitle-record{
         float: left;
     }
-    .admin-new-item{
-        margin-bottom: 15px;
-    }
-    .admin-new-item .admin-new-item-link{
-        padding: 5px;
-        background: #3D84D0;
-        color: white;
-        text-decoration: none;
-        border-radius: 4px;
-    }
+    
     .no-padding{
         padding: 0;
     }
index 37db377..5689664 100644 (file)
@@ -6,11 +6,12 @@
 {/if}
 <input type="hidden" name="option" value="list">
 {/if}
+<div class="admin-new-item">
+    <a class="admin-new-item-link" href="{$thisUrl}?page={$thisPage}&glm_action=index&option=add">New item</a>
+</div>
     {if $itemData}
         <div class="for-sale-list-wrapper">
-            <div class="admin-new-item">
-                <a class="admin-new-item-link" href="{$thisUrl}?page={$thisPage}&glm_action=index&option=add">New item</a>
-            </div>
+            
             <div class="admin-item-list-header glm-row">
                 <div class="item-title-list-header glm-small-12 glm-medium-4 glm-large-2 glm-columns no-padding">Topic</div>
                 <div class="item-company-list-header glm-small-12 glm-medium-4 glm-large-4 glm-columns no-padding">Forsale Item</div>