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

Version Path
tr8n-3.2.3 app/views/tr8n/admin/domain/lb_caller.html.erb
tr8n-3.2.2 app/views/tr8n/admin/domain/lb_caller.html.erb
tr8n-3.2.1 app/views/tr8n/admin/domain/lb_caller.html.erb
tr8n-3.2.0 app/views/tr8n/admin/domain/lb_caller.html.erb
tr8n-3.1.8 app/views/tr8n/admin/domain/lb_caller.html.erb
tr8n-3.1.7 app/views/tr8n/admin/domain/lb_caller.html.erb
tr8n-3.1.6 app/views/tr8n/admin/domain/lb_caller.html.erb
tr8n-3.1.5 app/views/tr8n/admin/domain/lb_caller.html.erb
tr8n-3.1.4 app/views/tr8n/admin/domain/lb_caller.html.erb
tr8n-3.1.3 app/views/tr8n/admin/domain/lb_caller.html.erb
tr8n-3.1.2 app/views/tr8n/admin/domain/lb_caller.html.erb
tr8n-3.1.1 app/views/tr8n/admin/domain/lb_caller.html.erb