Sha256: e07b88944af39ce15df69726f9438448cb7effd284b5dafb55b74f1381688d74

Contents?: true

Size: 1.28 KB

Versions: 12

Compression:

Stored size: 1.28 KB

Contents

<style>
  .title {
    padding: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
  }
  .buttons {
    text-align: center;
  }
  .content {
    border: 1px dotted brown;
    background-color: #f8f7f6;
    padding-bottom: 10px;
  }
  .content td {
    vertical-align: top;
    padding: 5px;
  }
</style>
<div class="inner">
	<div class="hd" style="">
  <%= render :partial => '/tr8n/phrases/header' %>
	</div>
  <div class="bd">
    <div style="color:grey;font-size:20px;padding-bottom:10px;">
        <%=trl("Translation Key Sources")%>
    </div>
  	
		<div style="max-height:150px; overflow:auto;">
  	<% @translation_key.source_map.each do |domain, sources| %>
		  <div style="border: 1px dotted #ccc; background-color: #eee; padding:5px; margin-bottom:5px; ">
			  <strong><%= domain %></strong>
			</div>
			<% sources.each do |source| %>
	      <div style="border: 1px dotted #ccc; background-color: #eff8ff; padding:5px; padding-left:20px; margin-bottom:5px;">
			    <%= source.source %>
				</div>
			<% end %>	
		<% end %>
		</div>
  </div>	
    
	<div class="ft" style="text-align:center;padding-top:10px;">
     <%=link_to_function("<span>#{trl("Close", "Tr8n lightbox close button")}</span>", "tr8nLightbox.hide()", :class => "tr8n_grey_button tr8n_pcb") %>
	</div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

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