Skip to content

Commit

Permalink
fix: html formating
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 2, 2023
1 parent 694d421 commit d002cf5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions src/call-center/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@
<!--<div template_id="getParticipantsConferences_{{document.idconference}}">-->
<!-- <form>-->
<!-- <input type="hidden" twilio="getParticipantsConference.CallSid" value="{{document.idconference}}">-->
<!-- <button actions='getParticipantsConference' -->
<!-- data-friendlyName="{{document.friendlyName}}"-->
<!-- <button actions="getParticipantsConference" -->
<!-- data-friendlyname="{{document.friendlyName}}"-->
<!-- data-idconference="{{document.idconference}}"-->
<!-- >GetPart</button>-->
<!-- </form>-->
Expand All @@ -448,23 +448,23 @@

<!-- <li> <span value="{{participant.call.sid}}"></span> - TO: <span value="{{participant.call.to}}"></span> - from :<span value="{{participant.call.from}}"></span></span></li>-->
<!-- <button -->
<!-- actions='muteParticipantsConference' -->
<!-- actions="muteParticipantsConference" -->
<!-- data-idparticipant="{{participant.callSid}}" -->
<!-- >Mute</button>-->
<!-- <button style="display:none"-->
<!-- actions='unmuteParticipantsConference' -->
<!-- actions="unmuteParticipantsConference" -->
<!-- data-idparticipant="{{participant.callSid}}"-->
<!-- >UnMute</button>-->
<!-- <button -->
<!-- actions='holdParticipantConference' -->
<!-- actions="holdParticipantConference" -->
<!-- data-idparticipant="{{participant.callSid}}" -->
<!-- >HoldParticipante</button>-->
<!-- <button style="display:none"-->
<!-- actions='unholdParticipantConference' -->
<!-- actions="unholdParticipantConference" -->
<!-- data-idparticipant="{{participant.callSid}}"-->
<!-- >UnHoldParticipante</button>-->
<!-- <button -->
<!-- actions='delParticipantsConference'-->
<!-- actions="delParticipantsConference"-->
<!-- >DElete</button>-->
<!-- </form>-->
<!-- </div>-->
Expand Down
6 changes: 3 additions & 3 deletions src/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<!-- Template -->
<!-- <li class="template line-height:40px height:40px overflow:hidden background:dodgerblue:hover" template_id="main-menu" document_id="{{document._id}}">-->
<!--<input type="hidden" collection="files" document_id="{{document.main-menu-primary}}" name="path" input-target="#a{{document._id}}" set-value-key="primary-url">-->
<!--<a actions="pass, openModal" id="a{{document._id}}" href='..{{primary-url}}'-->
<!--<a actions="pass, openModal" id="a{{document._id}}" href="..{{primary-url}}"-->
<!-- modal-width="{{document.main-modal-primary-width}}"-->
<!-- modal-color="{{document.main-modal-color}}"-->
<!-- class="display:inline-block">-->
Expand All @@ -220,7 +220,7 @@
<!-- </a>-->
<!-- <div class="float:right width:50px text-align:center">-->
<!--<input type="hidden" collection="files" document_id="{{document.main-menu-secondary}}" name="path" input-targt="#a{{document._id}}" input-key="secondary-url">-->
<!--<a actions="pass, openModal" id="a{{document._id}}" href='..{{secondary-url}}'-->
<!--<a actions="pass, openModal" id="a{{document._id}}" href="..{{secondary-url}}"-->
<!-- modal-width="{{document.main-menu-secondary-width}}"-->
<!-- modal-color="{{document.main-menu-secondary-color}}">-->
<!-- <i class="height:16px fill:#505050" src="/assets/svg/plus.svg"></i>-->
Expand Down Expand Up @@ -262,7 +262,7 @@

<!-- Main Content -->
<main class="padding:10px" content_id="content">
<!--<div class="domEditor main-height" name='cards1' collection="test" pass_id="me1234">-->
<!--<div class="domEditor main-height" name="cards1" collection="test" pass_id="me1234">-->

<div
class="display:grid grid-auto-rows:50px gap:10px grid-template-columns:repeat(auto-fill,minmax(50px,1fr))"
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/test.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- CoCreateCSS -->
Expand Down
2 changes: 1 addition & 1 deletion src/domains/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Expand Down
2 changes: 1 addition & 1 deletion src/users/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
</div>
</span>

<!--<a class="add-button blue" id="upload" show='#save' hide='#upload'><i class="height:16px fill:#505050" src="/assets/svg/images.svg"></i></a>-->
<!--<a class="add-button blue" id="upload" show="#save" hide="#upload"><i class="height:16px fill:#505050" src="/assets/svg/images.svg"></i></a>-->
<button
class="imageUpload position:relative left:20px bottom:20px height:40px width:40px background:dodgerblue border-radius:50% color:#fff grow-hover"
data-uploader_id="image"
Expand Down

0 comments on commit d002cf5

Please sign in to comment.