mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08:00 
			
		
		
		
	client: "Label detail" dialog: use a consistent checkbox format
This commit is contained in:
		
							parent
							
								
									c832eed0d7
								
							
						
					
					
						commit
						9a84dec222
					
				@ -149,8 +149,13 @@ const TPL = `
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
        <tr title="${t("attribute_detail.inheritable_title")}">
 | 
			
		||||
            <th>${t("attribute_detail.inheritable")}</th>
 | 
			
		||||
            <td><input type="checkbox" class="attr-input-inheritable form-check" /></td>
 | 
			
		||||
            <th></th>
 | 
			
		||||
            <td>
 | 
			
		||||
                <label class="tn-checkbox">
 | 
			
		||||
                    <input type="checkbox" class="attr-input-inheritable form-check" />
 | 
			
		||||
                    ${t("attribute_detail.inheritable")}
 | 
			
		||||
                </label>
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
    </table>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user