This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/4.0.x by this push:
new 359a9ab no jira: Logos by Rick Irish are added
359a9ab is described below
commit 359a9abfa0017db21e49f92d0bd166c9f4e6a715
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sun Mar 11 17:16:05 2018 +0700
no jira: Logos by Rick Irish are added
---
.../site/resources/images/logos/logo_om_big8.png | Bin 0 -> 8966 bytes
.../resources/images/logos/logo_om_small12.png | Bin 0 -> 10704 bytes
openmeetings-server/src/site/xdoc/CallForLogo.xml | 26 ++++++++++++++++++++-
3 files changed, 25 insertions(+), 1 deletion(-)
diff --git
a/openmeetings-server/src/site/resources/images/logos/logo_om_big8.png
b/openmeetings-server/src/site/resources/images/logos/logo_om_big8.png
new file mode 100644
index 0000000..bb88f15
Binary files /dev/null and
b/openmeetings-server/src/site/resources/images/logos/logo_om_big8.png differ
diff --git
a/openmeetings-server/src/site/resources/images/logos/logo_om_small12.png
b/openmeetings-server/src/site/resources/images/logos/logo_om_small12.png
new file mode 100644
index 0000000..3a23221
Binary files /dev/null and
b/openmeetings-server/src/site/resources/images/logos/logo_om_small12.png differ
diff --git a/openmeetings-server/src/site/xdoc/CallForLogo.xml
b/openmeetings-server/src/site/xdoc/CallForLogo.xml
index 6dca4f2..82a2ca3 100644
--- a/openmeetings-server/src/site/xdoc/CallForLogo.xml
+++ b/openmeetings-server/src/site/xdoc/CallForLogo.xml
@@ -60,7 +60,7 @@
}
var ib =
e.closest('table').find('.logo-square');
l.css('background-image', 'url(' +
ib.attr('src') + ')');
- $('#Preview')[0].scrollIntoView();
+ $('#_toc_preview')[0].scrollIntoView();
}
//]]>
</script>
@@ -138,6 +138,18 @@
</tr>
</table>
</li>
+ <li>
+ <table>
+ <tr>
+ <td><img
class="logo-big" src="images/logos/logo_om_big8.png" alt="Apache
OpenMeetings"/></td>
+ <td><span class="btn
btn-primary" onclick="applyLogoBig($(this));">Apply</span></td>
+ </tr>
+ <tr>
+ <td>Author</td>
+ <td>Rick Irish</td>
+ </tr>
+ </table>
+ </li>
</ol>
<h3>Square version</h3>
<ol>
@@ -249,6 +261,18 @@
</tr>
</table>
</li>
+ <li>
+ <table>
+ <tr>
+ <td><img
class="logo-square" src="images/logos/logo_om_small12.png" alt="Square version"
width="50"/></td>
+ <td><span class="btn
btn-primary" onclick="applyLogoSmall($(this));">Apply</span></td>
+ </tr>
+ <tr>
+ <td>Author</td>
+ <td>Rick Irish</td>
+ </tr>
+ </table>
+ </li>
</ol>
</section>
</body>
--
To stop receiving notification emails like this one, please contact
[email protected].