From: Michael Tremer Date: Sun, 14 Oct 2018 20:59:58 +0000 (+0100) Subject: Replace old icons X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d28497f220b30ea5fe15bb30385658e281b972d;p=ipfire.org.git Replace old icons Signed-off-by: Michael Tremer --- diff --git a/src/templates/talk/modules/cdr.html b/src/templates/talk/modules/cdr.html index 4e2acc40..374dfa92 100644 --- a/src/templates/talk/modules/cdr.html +++ b/src/templates/talk/modules/cdr.html @@ -11,7 +11,7 @@ {% if c.direction == "inbound" %} - + {% if c.callee %} {{ c.callee }} @@ -19,7 +19,7 @@ {{ c.callee_number }} {% end %} {% elif c.direction == "outbound" %} - + {% if c.caller %} {{ c.caller }} diff --git a/src/templates/talk/modules/channels.html b/src/templates/talk/modules/channels.html index 0bb8980e..c6e0b3c9 100644 --- a/src/templates/talk/modules/channels.html +++ b/src/templates/talk/modules/channels.html @@ -7,7 +7,7 @@ {% if chan.direction == "inbound" %} - + {% if chan.application == "conference" %} CONFERENCE @@ -31,7 +31,7 @@ {{ chan.called_number }} {% end %} {% elif chan.direction == "outbound" %} - + {% if chan.caller %} {{ chan.caller }}