From 4ee479b8196662d3a420516ac2b8cb1340a7fa7c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 6 Aug 2013 12:48:27 -0400 Subject: [PATCH] added editor indicators for offline and locked --- dashboard-ui/css/images/editor/lock.png | Bin 0 -> 774 bytes dashboard-ui/css/metadataeditor.css | 12 ++++++++++ dashboard-ui/edititemmetadata.html | 2 +- dashboard-ui/edititempeople.html | 4 +++- dashboard-ui/scripts/Itemdetailpage.js | 2 +- dashboard-ui/scripts/edititemmetadata.js | 29 ++++++++++++++++++++--- dashboard-ui/scripts/edititempeople.js | 25 +++++++++++++------ 7 files changed, 61 insertions(+), 13 deletions(-) create mode 100644 dashboard-ui/css/images/editor/lock.png diff --git a/dashboard-ui/css/images/editor/lock.png b/dashboard-ui/css/images/editor/lock.png new file mode 100644 index 0000000000000000000000000000000000000000..51169e50345783fe4f8d1ca071f4ff566126800c GIT binary patch literal 774 zcmV+h1Nr=kP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0-H%hK~z{r<(aWd z96=O^?+yzKixd_X76vR5NFmq=QLsoznvljKg+)r6aQ}kc6&5K|T1F5Hu}oo#gd}i~ zfPxl+g%*N^0WAWNJHI#cJWkx%-I<-8BKhF)-p+vwPQURHWDI&EZ~Si`aye z!5P+VHk(`6XIqq*e!u?!aqIY8sI!S1*Jf!T=}YXyN+^c9=h%`q_riOM$v1`VF?C~F zBxM`8ACz^8{}9Wx&tl7zjo_uuHEyBRYJHdM+F&GhNoF8E#>v{tgnKj8`DrQx@d0jB zZ^wrOD>l_Y++Y-4P-ld?-%KMQ?&z)f=mBvel0*^+#OqpI z8k()z)`n+VTu4iOAuRSO4TZ1jefXkY#18kBOKE{Hsb0i(HS}T7hW3NLitrIQ%)a{4 zAnLb1PNr3$KNI#gpOe8MP8LsXR&Mx*cxlk9QeeiIPY~xd$YaJ zUS7f8aV~p5Z1-SOUc=<%h>mRdxbWpd2OZm0eURg$rt^b_a(>n_av3<^i1HqiHftuy z(~7{hhWE%5C@-C^u{1@&y_K^4$ zc4Tf;B+3+1^$PcxlR-`x17(kJ2llF%x~I51EKVTbAtEauWw8W4LCl>!lWY0BoVHit zL=nhnjU(v&tw<4veW1L)Z(tIHV2&*OTYFg^lQe_>XPc>ur~;X(7nn@%Q!T2Db03sf zEf#sQZx3>L?}OD}$4kP9JHMIp1cv;25Q;Nbp1^JODcDl)2kWr#H|VO6V^`DpL;Ep0 zkRQQoLB!#1{}~8}j^1E9*tzXG9QwGxK4B}`eGZMr4FQ=zL2bsyQ~&?~07*qoM6N<$ Eg69chWdHyG literal 0 HcmV?d00001 diff --git a/dashboard-ui/css/metadataeditor.css b/dashboard-ui/css/metadataeditor.css index d4aa5faa6..90f9277cb 100644 --- a/dashboard-ui/css/metadataeditor.css +++ b/dashboard-ui/css/metadataeditor.css @@ -14,6 +14,18 @@ display: none; } +.offlineEditorNode { + color: #cc3333; +} + +.editorNode img { + height: 18px; + margin: 0 .35em; + vertical-align: middle; + position: relative; + top: -2px; +} + @media all and (min-width: 600px) { .editPageSidebar { diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index 345bc543f..18c6bd102 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -260,7 +260,7 @@ -
    +