diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-21 17:30:23 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-21 17:30:23 -0700 |
commit | 68534fd5dc6fdc879b075c32849d6cbc8a5fc905 (patch) | |
tree | 896dec8185f0319186cbeec66051800aa01191bd /view/tpl | |
parent | 9f9dee28ca6cb86a7c58fa8fd28c086498e83e21 (diff) | |
download | volse-hubzilla-68534fd5dc6fdc879b075c32849d6cbc8a5fc905.tar.gz volse-hubzilla-68534fd5dc6fdc879b075c32849d6cbc8a5fc905.tar.bz2 volse-hubzilla-68534fd5dc6fdc879b075c32849d6cbc8a5fc905.zip |
some diaspora import issues uncovered during dry-run tests
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/channel_import.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/channel_import.tpl b/view/tpl/channel_import.tpl index f76594934..6974e4d30 100755 --- a/view/tpl/channel_import.tpl +++ b/view/tpl/channel_import.tpl @@ -36,5 +36,8 @@ <input type="submit" name="submit" id="import-submit-button" value="{{$submit}}" /> <div id="import-submit-end" class="import-field-end"></div> + <div id="import-common-desc" class="descriptive-paragraph">{{$pleasewait}}</div> + + </form> |