User bearbeiten fix
Noch ein fix
This commit is contained in:
		@@ -27,12 +27,12 @@
 | 
			
		||||
          zu SmartShopper</button>
 | 
			
		||||
        <img v-bind:src="this.dataPic" width="100%" />
 | 
			
		||||
        <div class="mdl-card__title mdl-card--expand">
 | 
			
		||||
          {{name}}
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="mdl-card__actions">
 | 
			
		||||
          <label for="nameinput">Name: </label><input type="text" id="nameinput" v-model="name">
 | 
			
		||||
          <label for="nameinput">Name: </label><input type="text" id="nameinput" v-model="name" @click="uploadfinish = false">
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="mdl-card__actions mdl-card--border">
 | 
			
		||||
        
 | 
			
		||||
          <div v-if="!showUploadButtons">
 | 
			
		||||
            <Label
 | 
			
		||||
              class="input-custom-file mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--colored">
 | 
			
		||||
@@ -52,7 +52,9 @@
 | 
			
		||||
              Foto setzten
 | 
			
		||||
            </button>
 | 
			
		||||
          </div>
 | 
			
		||||
 | 
			
		||||
          <div>
 | 
			
		||||
          <label v-show="uploadfinish" style="color:green;">Der User wurde erfolgreich gespeichert. Sie können wieder zu SmartShopper zurückkehren!</label>
 | 
			
		||||
        </div>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </center>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user