|
33 | 33 |
|
34 | 34 | <!-- Render Builder --> |
35 | 35 | <li class="margin-right:15px"> |
36 | | - <a data-window_url="render.html" |
| 36 | + <a target="modal" href="render.html" |
37 | 37 | pass-collection="modules" |
38 | 38 | pass-module_id="" |
39 | 39 | pass-prefix="" |
40 | 40 | pass_to="builder" |
41 | | - data-window_width="100%" |
| 41 | + modal-width="100%" |
42 | 42 | class="sessionAdminUI_Id"> |
43 | 43 | <i class="fas fa-palette"></i> |
44 | 44 | <div pass-collection="modules" |
|
51 | 51 | </li> |
52 | 52 | <li class="display:flex"> |
53 | 53 | <span class="cocreate-badge position:relative right-8px bottom-5px border-radius-5px">4</span> |
54 | | - <a data-window_url="render.html" pass-collection="modules" pass-prefix="datatable_" pass-module_id="" pass_to="render" data-window_width="100%" data-window_height="100%" data-window_color="#229954"> |
| 54 | + <a target="modal" href="render.html" pass-collection="modules" pass-prefix="datatable_" pass-module_id="" pass_to="render" modal-width="100%" modal-height="100%" modal-color="#229954"> |
55 | 55 | <i class="fas fa-history"></i> |
56 | 56 | </a> |
57 | 57 | </li> |
58 | 58 | <li class="display:flex"> |
59 | 59 | <span class="cocreate-badge position:relative right-8px bottom-5px border-radius-5px">4</span> |
60 | | - <a data-window_url="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dc846ebcddd6b0de2c40b80" pass_to="render" data-window_width="100%" data-window_height="100%" data-window_color="#229954"> |
| 60 | + <a target="modal" href="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dc846ebcddd6b0de2c40b80" pass_to="render" modal-width="100%" modal-height="100%" modal-color="#229954"> |
61 | 61 | <i class="fa fa-calendar" aria-hidden="true"></i> |
62 | 62 | </a> |
63 | 63 | </li> |
64 | 64 | </ul> |
65 | 65 |
|
66 | 66 | <!-- Avatar --> |
67 | 67 | <div class="avatar-wrapper margin:5px_0px margin-right:10px"> |
68 | | - <a class="avatar round" data-window_url="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dd010bccbc25f0cdb1a4d9f" pass_to="render" data-window_width="300px" data-window_height="375px" data-window_color="#229954"> |
69 | | - <span collection="users" data-module_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span> |
70 | | - <span collection="users" data-module_id="" name="profile_image" class="sessionUser_Id avatar-image"> |
| 68 | + <a class="avatar round" target="modal" href="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dd010bccbc25f0cdb1a4d9f" pass_to="render" modal-width="300px" modal-height="375px" modal-color="#229954"> |
| 69 | + <span collection="users" document_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span> |
| 70 | + <span collection="users" document_id="" name="profile_image" class="sessionUser_Id avatar-image"> |
71 | 71 | <img src="/_static/Velazquez.jpg" onerror="this.style.display='none'"/> |
72 | 72 | </span> |
73 | 73 | </a> |
|
0 commit comments