@@ -153,6 +154,12 @@
{{include file="field_checkbox.tpl" field=$old_pager}}
+
{{$worker_title}}
+ {{include file="field_checkbox.tpl" field=$worker}}
+ {{include file="field_input.tpl" field=$worker_queues}}
+ {{include file="field_checkbox.tpl" field=$worker_dont_fork}}
+
+
{{* separate form for relocate... *}}
diff --git a/view/templates/contact_edit.tpl b/view/templates/contact_edit.tpl
index 15863b6a2..93999a860 100644
--- a/view/templates/contact_edit.tpl
+++ b/view/templates/contact_edit.tpl
@@ -1,104 +1,98 @@
+
{{if $header}}
{{$header}}
{{/if}}
{{* End of contact-edit-links *}}
-
+
-
{{* End of contact-edit-nav-wrapper *}}
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index c004eb53d..787e52600 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -83,6 +83,26 @@ blockquote {
margin-right: 5px;
}
+ul.menu-popup {
+ position: absolute;
+ display: none;
+ width: auto;
+ margin: 2px 0 0;
+ padding: 0px;
+ list-style: none;
+ z-index: 100000;
+ border: 2px solid #444444;
+ background: #FFFFFF;
+}
+.menu-popup li a {
+ padding: 2px;
+ white-space: nowrap;
+}
+
+a.btn, a.btn:hover {
+ text-decoration: none;
+ color: inherit;
+}
/* nav */
@@ -140,12 +160,12 @@ nav #banner #logo-text a:hover { text-decoration: none; }
.nav-commlink, .nav-login-link {
- display: block;
- height: 15px;
+ display: block;
+ height: 15px;
margin-top: 67px;
margin-right: 2px;
- //padding: 6px 10px;
- padding: 6px 3px;
+ /*padding: 6px 10px;*/
+ padding: 6px 3px;
float: left;
bottom: 140px;
border: 1px solid #babdb6;
@@ -244,7 +264,7 @@ section {
display:block;
float:left;
padding: 0.4em;
- //margin-right: 1em;
+ /*margin-right: 1em;*/
margin-right: 3px ;
}
.tab.active {
@@ -3371,17 +3391,6 @@ div.jGrowl div.info {
.nav-notify.show {
display: block;
}
-ul.menu-popup {
- position: absolute;
- display: none;
- width: 10em;
- margin: 0px;
- padding: 0px;
- list-style: none;
- z-index: 100000;
- top: 90px;
- left: 200px;
-}
#nav-notifications-menu {
width: 320px;
max-height: 400px;
@@ -3391,6 +3400,8 @@ ul.menu-popup {
-webkit-border-radius: 5px;
border-radius:5px;
border: 1px solid #888;
+ top: 90px;
+ left: 200px;
}
#nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
#nav-notifications-menu img { float: left; margin-right: 5px; }
diff --git a/view/theme/frost-mobile/js/main.js b/view/theme/frost-mobile/js/main.js
index 9eac71be8..7e2880594 100644
--- a/view/theme/frost-mobile/js/main.js
+++ b/view/theme/frost-mobile/js/main.js
@@ -13,7 +13,6 @@
if($(listID).is(":visible")) {
$(listID).hide();
$(listID+"-wrapper").show();
- alert($(listID+"-wrapper").attr("id"));
}
else {
$(listID).show();
diff --git a/view/theme/frost-mobile/style.css b/view/theme/frost-mobile/style.css
index 400b23c10..a99cc17a9 100644
--- a/view/theme/frost-mobile/style.css
+++ b/view/theme/frost-mobile/style.css
@@ -139,6 +139,47 @@ blockquote {
margin-right: 5px;
}
+.btn {
+ outline: none;
+ -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
+ -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
+ box-shadow: inset 0px 1px 0px 0px #ffffff;
+ background-color: #ededed;
+ text-indent: 0;
+ border: 1px solid #dcdcdc;
+ display: inline-block;
+ color: #777777;
+ padding: 5px 10px;
+ text-align: center;
+ border-radius: 8px;
+}
+
+.menu-popup {
+ width: auto;
+ border: 2px solid #444444;
+ background: #FFFFFF;
+ position: absolute;
+ margin: 2px 0 0;
+ display: none;
+ z-index: 10000;
+}
+
+.menu-popup li a {
+ display: block;
+ padding: 2px;
+}
+
+.menu-popup li a:hover {
+ color: #FFFFFF;
+ background: #3465A4;
+ text-decoration: none;
+}
+ul.menu-popup li.divider {
+ height: 1px;
+ margin: 3px 0;
+ overflow: hidden;
+ background-color: #2d2d2d;
+}
/* nav */
@@ -2045,6 +2086,19 @@ input#profile-jot-email {
margin-left: 15px;
}
+#contact-edit-status-wrapper {
+ padding: 10px;
+ border: 1px solid #aaa;
+ border-radius: 8px;
+}
+
+#contact-edit-contact-status {
+ font-weight: bold;
+}
+#contact-edit-actions {
+ float: right;
+ display: inline-block;
+}
#contact-edit-wrapper {
margin-top: 10px;
}
@@ -2059,14 +2113,10 @@ input#profile-jot-email {
}
#contact-edit-last-update-text {
- float: left;
- clear: left;
margin-top: 30px;
}
#contact-edit-poll-text {
- float: left;
- clear: left;
margin-top: 15px;
margin-bottom: 0px;
}
diff --git a/view/theme/frost-mobile/templates/contact_edit.tpl b/view/theme/frost-mobile/templates/contact_edit.tpl
index e6401de60..79dc7da40 100644
--- a/view/theme/frost-mobile/templates/contact_edit.tpl
+++ b/view/theme/frost-mobile/templates/contact_edit.tpl
@@ -6,12 +6,6 @@
{{$tab_str}}
-