File tree Expand file tree Collapse file tree
Web/Resgrid.Web/Areas/User/Views/Home Expand file tree Collapse file tree Original file line number Diff line number Diff line change 222222 </div >
223223</div >
224224
225- <div class =" respondToACallWindow" id =" respondToACallWindow" ></div >
226- <div class =" respondToAStationWindow" id =" respondToAStationWindow" ></div >
225+ <div class =" modal fade" tabindex =" -1" role =" dialog" id =" respondToACallWindow" >
226+ <div class =" modal-dialog" >
227+ <div class =" modal-content" >
228+ <div class =" modal-header" >
229+ <button type =" button" class =" close" data-dismiss =" modal" aria-hidden =" true" >× ; </button >
230+ <h4 class =" modal-title" >@localizer ["RespondToCall"]</h4 >
231+ </div >
232+ <div class =" modal-body" >
233+ </div >
234+ </div >
235+ </div >
236+ </div >
237+ <div class =" modal fade" tabindex =" -1" role =" dialog" id =" respondToAStationWindow" >
238+ <div class =" modal-dialog" >
239+ <div class =" modal-content" >
240+ <div class =" modal-header" >
241+ <button type =" button" class =" close" data-dismiss =" modal" aria-hidden =" true" >× ; </button >
242+ <h4 class =" modal-title" >@localizer ["RespondToStation"]</h4 >
243+ </div >
244+ <div class =" modal-body" >
245+ </div >
246+ </div >
247+ </div >
248+ </div >
227249
228250@section Scripts
229251{
You can’t perform that action at this time.
0 commit comments