Commit d99ff510cce42074976d47a875dd5c3cb2c6dac4
1 parent
2b2e08adec
Exists in
master
smscid dan masalah
Showing 1 changed file with 14 additions and 0 deletions Side-by-side Diff
views/trx.view.html
... | ... | @@ -120,6 +120,20 @@ |
120 | 120 | </div> |
121 | 121 | </div> |
122 | 122 | |
123 | + <div class="form-group"> | |
124 | + <label for="inputST24Message" class="col-sm-2 control-label">Message on ST24</label> | |
125 | + <div class="col-sm-10"> | |
126 | + <input type="text" class="form-control" id="inputST24Message" value="{{ st24trx.MASALAH }}" readonly> | |
127 | + </div> | |
128 | + </div> | |
129 | + | |
130 | + <div class="form-group"> | |
131 | + <label for="inputSMSCID" class="col-sm-2 control-label">SMSCID</label> | |
132 | + <div class="col-sm-10"> | |
133 | + <input type="text" class="form-control" id="inputSMSCID" value="{{ st24trx.SMSCID }}" readonly> | |
134 | + </div> | |
135 | + </div> | |
136 | + | |
123 | 137 | {% if lastResponse.parsed.ciwaru.sn %} |
124 | 138 | <div class="form-group"> |
125 | 139 | <label for="inputSN" class="col-sm-2 control-label">SN</label> |