Sha256: a3fd947c5dcc72b88333da67d189d7e99a1b5cb3011c25b3b971daf7655128b7
Contents?: true
Size: 1.01 KB
Versions: 12
Compression:
Stored size: 1.01 KB
Contents
<div class="inner"> <div class="hd"> <div style="float:right;"> <%=link_to_function(image_tag("tr8n/close.gif"), "tr8nLightbox.hide();") %> </div> Translation Key Caller </div> <div class="bd"> <table class="admin_table"> <tr> <th> Label: </th> <td> <%=@key_source.key.label %> </td> </tr> <tr> <th valign="top"> Description: </th> <td> <%=@key_source.key.description %> </td> </tr> <tr> <th> Source: </th> <td> <%=@key_source.source.source %> </td> </tr> </table> <div style="height:400px; overflow:auto;"> <%=@caller.join("<br>") %> </div> </div> </div>
Version data entries
12 entries across 12 versions & 1 rubygems