Skip to content

Commit

Permalink
cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed Feb 28, 2021
1 parent 8140592 commit e01a661
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pade/src/web/ofmeet-sipsettings.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,11 @@
<tr>
<td width="200"><label for="jigasiProxyPort"><fmt:message key="sipsettings.sip.account.proxy.port"/>:</label></td>
<td><input type="text" size="60" maxlength="100" name="jigasiProxyPort" id="jigasiProxyPort" value="${ofmeetConfig.jigasiProxyPort.get() == null ? '' : ofmeetConfig.jigasiProxyPort.get()}"></td>
</tr>
</tr>
<tr>
<td width="200"><label for="jigasiSipHeaderRoomName"><fmt:message key="sipsettings.sip.header.room.name"/>:</label></td>
<td><input type="text" size="60" maxlength="100" name="jigasiSipHeaderRoomName" id="jigasiSipHeaderRoomName" value="${ofmeetConfig.jigasiSipHeaderRoomName.get() == null ? 'Jitsi-Conference-Room' : ofmeetConfig.jigasiSipHeaderRoomName.get()}"></td>
</tr>
</table>
</admin:contentBox>

Expand Down Expand Up @@ -213,11 +217,7 @@
<tr>
<td width="200"><label for="jigasiXmppRoomName"><fmt:message key="sipsettings.xmpp.room.name"/>:</label></td>
<td><input type="text" size="60" maxlength="100" name="jigasiXmppRoomName" id="jigasiXmppRoomName" value="${ofmeetConfig.jigasiXmppRoomName.get() == null ? 'siptest' : ofmeetConfig.jigasiXmppRoomName.get()}"></td>
</tr>
<tr>
<td width="200"><label for="jigasiSipHeaderRoomName"><fmt:message key="sipsettings.sip.header.room.name"/>:</label></td>
<td><input type="text" size="60" maxlength="100" name="jigasiSipHeaderRoomName" id="jigasiSipHeaderRoomName" value="${ofmeetConfig.jigasiSipHeaderRoomName.get() == null ? 'Jitsi-Conference-Room' : ofmeetConfig.jigasiSipHeaderRoomName.get()}"></td>
</tr>
</tr>
</table>
</admin:contentBox>

Expand Down

0 comments on commit e01a661

Please sign in to comment.