Update ui to use bootstrap ui in more places
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<dl>
|
||||
<dt>Destination Filename</dt>
|
||||
<dd>{$job->destinationFilename()|escape:html}</dd>
|
||||
|
||||
{if $job->isFinished()}
|
||||
<dt>File size</dt>
|
||||
<dd>({$job->outputFilesize()|formatFilesize|escape:html})</dd>
|
||||
{/if}
|
||||
</dl>
|
||||
Reference in New Issue
Block a user