File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed 
src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2 Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -1156,6 +1156,22 @@ LIMIT   100
11561156                </button >
11571157            </div >
11581158
1159+             <xsl : if  test =" $ldh:ajaxRendering" 
1160+                 <div  class =" pull-right" 
1161+                     <button  type =" button" title =" {ac:label(key('resources', 'save-as-title', document('translations.rdf')))}" 
1162+                         <xsl : apply-templates  select =" key('resources', 'save-as', document('translations.rdf'))" mode =" ldh:logo" 
1163+                             <!--  disable button if external document is not being browsed or the agent has no acl:Write access --> 
1164+                             <xsl : with-param  name =" class" select =" 'btn' || (if ((ac:absolute-path(ldh:base-uri(.)) = ac:absolute-path(ldh:request-uri())) or not($acl:mode = '&acl; Write')) then ' disabled' else ())" 
1165+                         </xsl : apply-templates >
1166+ 
1167+                         <xsl : value-of >
1168+                             <xsl : apply-templates  select =" key('resources', 'save-as', document('translations.rdf'))" mode =" ac:label" 
1169+                             <xsl : text >...</xsl : text >
1170+                         </xsl : value-of >
1171+                     </button >
1172+                 </div >
1173+             </xsl : if >
1174+             
11591175            <div  class =" btn-group pull-right" 
11601176                <button  type =" button" title =" {ac:label(key('resources', 'acl-list-title', document('translations.rdf')))}" 
11611177                    <xsl : apply-templates  select =" key('resources', '&acl; Access', document(ac:document-uri('&acl; ')))" mode =" ldh:logo" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments