Sha256: a61478506b6b4350b9c105856c3729614271150bc077e7130cfc6795ba7c8193

Contents?: true

Size: 1.16 KB

Versions: 8

Compression:

Stored size: 1.16 KB

Contents

<div style="text-align:center; margin-bottom:25px;">
  <h2><%=trl("Tr8n Translation Engine Shortcuts", "Help shortcuts title")%></h2>
  
	<div style="overflow:auto;max-height:450px;">
		<table style="width:100%" celppading="0px" cellspacing="0px">
			<tr>
				<td style="font-size:12px; font-weight:bold; padding:5px; border-bottom:1px solid #ccc; text-align:left;">Keys</td>
		    <td style="font-size:12px; font-weight:bold; padding:5px; border-bottom:1px solid #ccc; text-align:left;">Description</td>
			</tr>
			
		  <% Tr8n::Config.default_shortcuts.keys.sort.each do |key| %>
			   <tr>
			   	 <td style="font-size:10px; padding:5px;border-bottom:1px dotted #ccc; text-align:left;"><%=key%></td>
		       <td style="font-size:10px; padding:5px;border-bottom:1px dotted #ccc; text-align:left;"><%=Tr8n::Config.default_shortcuts[key][:description]%></td>
			   </tr>
			<% end %>       
			
		</table>
	</div>
</div>

<div class="buttons_container" style="text-align:center;">
    <button type="submit" class="translator_btn translator_submit_btn" onClick="tr8nLightbox.hide(); return false;">
        <span><%=trl("Close", "Lightbox close button")%></span>
    </button>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tr8n-3.1.5 app/views/tr8n/help/lb_shortcuts.html.erb
tr8n-3.1.4 app/views/tr8n/help/lb_shortcuts.html.erb
tr8n-3.1.3 app/views/tr8n/help/lb_shortcuts.html.erb
tr8n-3.1.2 app/views/tr8n/help/lb_shortcuts.html.erb
tr8n-3.1.1 app/views/tr8n/help/lb_shortcuts.html.erb
tr8n-3.0.5 app/views/tr8n/help/lb_shortcuts.html.erb
tr8n-3.0.3 app/views/tr8n/help/lb_shortcuts.html.erb
tr8n-3.0.2 app/views/tr8n/help/lb_shortcuts.html.erb